Re: Batch job service is not efficient, stucked

2016-09-28 Thread Stefano Fontana
See this issue https://github.com/googleads/googleads-python-lib/issues/118 On Tuesday, September 27, 2016 at 8:10:05 PM UTC+2, Vishal Vinayak (Adwords API Team) wrote: > > Hi Mike, > > The advantage of batch jobs is in the fact that you can group many > operations of various kinds into a single

Re: Batch job service is not efficient, stucked

2016-09-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Mike, The advantage of batch jobs is in the fact that you can group many operations of various kinds into a single request and the API would automatically handle retrying and rate limiting logic for you. It may, however, take some time to complete the batch job if there are hundreds of thou

Re: Batch job service is not efficient, stucked

2016-09-27 Thread mike
Thanks for the quick response! The problem we see is not the job in google. Its when building the SOAP xml to upload. The function that do this is job_helper.UploadOperations() from the adwprds library in python. We checked and it takes a very long time before it sends to google (creating ~1

Re: Batch job service is not efficient, stucked

2016-09-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Mike, Looks like you are referring to our python example to add keywords using a batch job, which is definitely recommended. Please find t

Batch job service is not efficient, stucked

2016-09-22 Thread mike
Hello, Im trying to use the BatchJob service in python. Im creating adgroups with in total ~10 keywords and it takes a lot of time(sometimes also stucked). I have read the code in the api documentation. My question is: 1. There a efficient way to create this batch jobs?\ 2. There is a limit o