Re: Operations number - threshold to go for batching

2018-12-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Vitaly, As you suspected, there isn't a threshold based on which you can choose either. "The main reasons for using batch processing are to minimize the number of API requests and retry operations that fail due to transient errors. This doesn't guarantee improved performance resulting in

Operations number - threshold to go for batching

2018-12-12 Thread Vitaly Dukhota
Hi, my understanding is that there is an overhead associated with batching operations. It probably doesn’t make sense to submit a batch if I only want to perform one or two operations – it will probably be quicker to just call the appropriate services directly and submit each operation