Hello, Yes I have read both pages before writing my question.
Your answer, at best, only summarize the pages I have already read. (I even recognize some specific phrases you nearly CP'ed from the pages) I have provided a specific situation for the effectiveness of implementing BatchJobService in the given scenario to inquire whether it is something I must include in my MVP. I have written the question because I did not find the answers on those pages and you must know there isn't such answer to be found for my questions in the pages. If there isn't a suitable answer you can provide, please tell me you cannot provide one so both of us can do something more useful with our time. Thanks, On Wednesday, July 5, 2017 at 3:57:29 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > 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/140cac90-f2c2-40cb-8564-84a2ce015019%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.