Re: Slow Product Group Creation

2020-03-05 Thread Google Ads API Forum Advisor Prod
Hi, Please also make sure that you order uploaded operations by operation type and do not poll the job status too frequently. Also note it is recommended to add no more than 1,000 operations per AddMutateJobOperationsRequest and use the sequence_token to upload the rest of the operations to the

Re: Slow Product Group Creation

2020-03-04 Thread Big Apple Buddy
Hi Xiaoming Many thanks for getting back to me. I'm uploading the operations via batch processing and have followed the best practices there - I'm ensuring that only one operation per object (ad group in this case) is being uploaded and only uploading one single batch of 50k operations (not mul

RE: Slow Product Group Creation

2020-03-04 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. Please refer to this guide on the best practice guidelines when you use the MutateJobService. You could try to have fewer larger jobs over many smaller jobs and try to avoid operating on the same objects at the same time. Please also refer to this guide on the gener

Slow Product Group Creation

2020-03-04 Thread Big Apple Buddy
Hi - I'm creating product groups across a bunch of different ad groups in various shopping campaigns. I'm finding that the batch processing of operations is very slow (< 50 operations a minute). The "progressStats" suggest that the operations are being created successfully, but I was wondering