Hi Paul, I will just summarize my answer for your three questions.
In regards to handing large amount of records in asynchronous mode in the AdWords API, you can use the BatchJobService <https://developers.google.com/adwords/api/docs/reference/v201710/BatchJobService> for this. This service allows you to perform batches of supported operations on multiple services without waiting for the operations to complete. You can refer to this guide <https://developers.google.com/adwords/api/docs/guides/batch-jobs> for more information regarding batch processing. In regards to the limitation <https://developers.google.com/adwords/api/docs/guides/batch-jobs#limitations> on the number of records for batch processing, an AdWords account can have up to 1 GB of uploaded operations across all of its batch jobs that have not yet completed at any given time. Let me know if this helps. Thanks, Vincent 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/56593d1f-9922-4765-b2fb-1b00bde631e0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
