Re: QPS error

2011-09-19 Thread Anash P. Oommen
Hi, It is possible to make multiple calls in parallel using the same devtoken. While there is a check on the QPS limit, it is not fixed and depends on various factors including the server load. I'd recommend reading this blog on RateExceeededError to get a better understanding about QPS limits

Re: QPS error

2011-09-19 Thread webspade
Some clarification; by "are people using multi-threaded code to hit the API with the same developer credentials?" I meant all the threads making requests using the same dev creds. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwords

QPS error

2011-09-19 Thread webspade
Hi, The link below states that theres a QPS rate limit on API calls. http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html One of the proposed remedies for the problem is packing in many requests in a single call. This is not always possible. For e.g. with the Targeting