Re: mutatejobservice on a existing and new campaigns

2013-02-07 Thread David Torres
Hi Francesco, You cannot do this in one single request to the MJS, but instead you can group all your campaign creation operations in one MJS request and then wait for the response, then do the same for the ad groups and so on. Best, - David Torres - AdWords API Team On Wednesday, February 6,

mutatejobservice on a existing and new campaigns

2013-02-06 Thread Francesco Della Vedova
hello, i manage to post a campaign through the python library, using a series of 'for' loops that follow the objects hierarchy in adwords. ie for campaigns in campaigns_list: operations- try: camp = campaign.mutate #with 'ADD' operator except AdWordsRequestError: camp = campaign.