Hi, 

Making a request to the API entails a number of fixed costs, such as 
round-trip network latency, serialization and deserialization processing, 
and calls to backend systems. By batching multiple operations, you can 
reduce the number of requests you make and the associated fixed costs. 

Unlike synchronous services, a single job in BatchJobService can operate 
against a mixed collection of AdWords entities. You can submit jobs in 
parallel, and BatchJobService automatically retries operations that fail 
due to transient errors such as RateExceededError 
<https://developers.google.com/adwords/api/docs/common-errors#RateExceededError.RATE_EXCEEDED>.
 
Using BatchJobService 
<https://developers.google.com/adwords/api/docs/reference/latest/BatchJobService>
 also 
frees up your application to perform other tasks without waiting for the 
operations to complete. You can poll the status of the BatchJob 
periodically until it is CANCELED or DONE and then download the results and 
processingErrors 
<https://developers.google.com/adwords/api/docs/reference/latest/BatchJobService.BatchJob#processingErrors>
 from 
its downloadUrl 
<https://developers.google.com/adwords/api/docs/reference/latest/BatchJobService.BatchJob#downloadUrl>
. 

Please see the Best Practices guide 
<https://developers.google.com/adwords/api/docs/guides/bestpractices> and Batch 
Processing guide 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs> for more 
details. 

Regards,
Shwetha, 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/361d7664-7a16-4682-9d6e-acd8a435c9e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • How much advant... kruger
    • Re: How mu... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: Ho... kruger
        • Re... 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum

Reply via email to