Re: Upper limit on Operations per Request

2012-03-29 Thread Anash P. Oommen
Hi Dan, Sure. Let me know if you have more questions and I'll help you out. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 27 March 2012 18:07:23 UTC+5:30, Dan Ricker wrote: > > Thx for the response Anash. All is completely understood, > > I was only providing a "context" that Eric

Re: Upper limit on Operations per Request

2012-03-27 Thread Dan Ricker
Thx for the response Anash. All is completely understood, I was only providing a "context" that Eric asked about. On Tuesday, March 27, 2012 12:25:49 AM UTC-7, Anash P. Oommen wrote: > Hi Dan, > > The list of possible values for rateName aren't externally published. You > could however handl

Re: Upper limit on Operations per Request

2012-03-27 Thread Anash P. Oommen
Hi Dan, The list of possible values for rateName aren't externally published. You could however handle RateExceededError gracefully in your application. You can find more information about RateExceededError here: http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html A

Re: Upper limit on Operations per Request

2012-03-26 Thread Dan Ricker
I can provide a concrete example. NOTE: it would also be nice if I could find a list of possible "rateName" values 15XX items in adGroupCritKeywords results in: Message=RateExceededError internal IEnumerable AddKeyWords(IEnumerable adGroupCritKeywords) {

Re: Upper limit on Operations per Request

2011-12-01 Thread Eric Koleda
Hi Ian, Can you provide more context on what services you are using when you hit this rate limit? Against the sandbox or production? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

Re: Upper limit on Operations per Request

2011-11-28 Thread Ian
Sorry for the delayed response I was on vacation. I guess I am confused. If I send one request with 2000 operations regardless of the time period between requests, I get the above RateExceededError EVERY TIME. If I send 8 request with 500 ops each simultaneously from different threads for same acc

Re: Upper limit on Operations per Request

2011-11-24 Thread Danial Klimkin
Hello Ian, Correct, but it is too many operations per time period, not request. I would like to repeat the limits are different for the production environment. Also, please consider using MutateJobService which is specifically designed to handle large requests. -Danial, AdWords API Team. -

Re: Upper limit on Operations per Request

2011-11-23 Thread Ian
This is from too many operations: note the rateName element in the error. On Nov 22, 8:20 am, Danial Klimkin wrote: > Hello Ian, > > This error usually means you are sending your requests too fast rather than > the number of of operations is too high. Please see the following post for > more det

Re: Upper limit on Operations per Request

2011-11-22 Thread Danial Klimkin
Hello Ian, This error usually means you are sending your requests too fast rather than the number of of operations is too high. Please see the following post for more details: http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html Please also note the maximum rates

Upper limit on Operations per Request

2011-11-17 Thread Ian
While doing some performance testing on our application against the sandbox. I've been hitting this error: https://adwords.google.com/api/adwords/cm/ v201109"> RateExceededError