Hi DS, 

The best practices while dealing with batch job services are as listed in 
this 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs#best_practices>
 document. 
Having fewer larger jobs should improve the performance compared to many 
smaller jobs. Hence increasing the size of the jobs should be helpful. From 
your description, it appears that your batch job has only one type of 
operation which is to update AdGroup. If that is not the case, ordering the 
operations by operation type will also help boost the performance. 
Additionally, grouping together 
<https://developers.google.com/adwords/api/docs/guides/bestpractices#group_operations>
 operations 
that target the same ad group/campaign reduces the total number of ad 
groups or campaigns targeted in the request, improving overall performance. 
I see that you have set the highest possible value for compression. Please 
note that higher level of compression 
<https://github.com/googleads/googleads-php-lib/blob/5eea2f7fb65fd07f0413eb2e33bc2e7563c43078/src/Google/AdsApi/Common/SoapSettingsBuilder.php#L82-#L97>
 can 
also degrade the performance. 

Is 7 - 8 mins per batch job the time taken to complete the job? For larger 
batch jobs that does not seem to be too high. If the batch jobs are getting 
stuck, cancelling, taking too long to complete etc, please share the batch 
job id's of those requests and we can take a closer look to see if there 
are any issues.  

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d86fe7d6-f803-4c93-bad8-12d5813f9de6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • BatchJob... DS
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
    • Re:... DS
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to