Re: Parallel Batch Jobs

2019-01-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Samuel, The standard access allows the developer token to execute an unlimited number of operations and report requests per day. If the same application makes a high number of requests per second on a single Google Ads account managed by a manager account, the AdWords API Server may return a

Parallel Batch Jobs

2019-01-02 Thread sam
Hello, We're trying to implement multiple batch jobs, 2 batch jobs in parallel at a time, and I was wondering if it is safe to run without hitting rate limits. We have a standard access account rate limit. Is there some sample PHP code for monitoring and controlling rates for batch jobs? --