Re: error - Mutatejobservice

2015-09-24 Thread Umesh Dengale
Hi Sri, I am glad that you are able to update the keywords in bulk. Let us know if you need help with any other issues. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: error - Mutatejobservice

2015-09-24 Thread srkeshav
Thanks Umesh. I created a a job for every 1000 keywords i want to update and got the result for each job instead of creating a job for each keyword. On Friday, September 18, 2015 at 3:56:18 PM UTC-5, Umesh Dengale wrote: > > Hi Sri, > > You are getting the *CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB* err

Re: error - Mutatejobservice

2015-09-18 Thread Umesh Dengale
Hi Sri, You are getting the *CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB* error because you are passing more than one job id. For the MutateJobService.getResult () operation, it is recommended to submit only on

error - Mutatejobservice

2015-09-18 Thread srkeshav
Hi, I am getting the following error for the mutatejobservice. I am using the python API. Server raised fault: '[BulkMutateJobError.CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB @ selector.jobIds]' My selector contains a list of jobs. selector = { 'xsi_type': 'BulkMutateJobSelector',