RE: How to Handle 1 QPS per developer token in aWeb application with concurrent users

2021-06-18 Thread Google Ads API Forum Advisor
Hi, Here's a list of our best practices for rate limits, it sounds like a queue is your best bet. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2IwSYb:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

How to Handle 1 QPS per developer token in aWeb application with concurrent users

2021-06-17 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
We are developing a GAE based Java web application which would hit Planning Services to Get Keyword Ideas & Get Forecast Metrics. Noticed that there is a quota restriction of 1 QPS using one developer token. If we have concurrent users, how do you suggest that we should handle the requests, so