Re: Batch job processing speed

2017-07-15 Thread axel
Hi Aleksandr, You are mentioning time after uploading but how long did it take to upload all these operations? One thing we ended up doing is separating our operations in several batchjobs, once the first batchjob operations are uploaded and we are waiting for it to be "COMPLETED", we launch

Re: Batch job processing speed

2017-07-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Aleksandr, You are right, BatchjobService is extremely helpful in the cases where the operations are dependent (need to use temp Ids), has a bunch operations to be performed etc. BatchJobService also retries operations that fail due to transient errors like rate limit errors. The downside i

Re: Batch job processing speed

2017-07-14 Thread aleksandr . borisov
Hi Sreelakshmi, Obviously, batch processing has some advantages over mutate requests: you can use temporary IDs, it handles transient errors for you, overall setup is simpler, etc. But uploading the same generation (1.2M keywords) with mutate requests will take much less the 9 hours. So could

Re: Batch job processing speed

2017-07-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Aleksandr, Please find my answers inline: 1. Is it normal speed of processing batch jobs? A: It is hard to comment on the actual time that a batch job will take to complete processing. As long you observe progress in the specific batch job, it should be good. 2. Can we get it faster? A: T

Batch job processing speed

2017-07-12 Thread aleksandr . borisov
I am testing the upload of a batch job of: 975 campaigns; 64720 ad groups; 1242360 keywords; 242700 expanded ads; 1551730 items total; to a test account 212-023-9393; batch job id 528294875. After uploading, the batch job is in "ACTIVE" status and is being processed by the adwords backend; I m