Hi Sun, IMO, the best thing to do would be to mock out the AdWords API endpoint - e.g. setup a local server that sends mock responses for your SOAP requests and use that to emulate various conditions - e.g. a delay of 2 minutes to download a report, a rate exceeded error if you perform more than n operations per minute, etc. I wouldn't recommend making calls against the production account just for a stress test, since it costs money, and also because you may end up spending your Advertisement budget on test campaigns.
Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 20 March 2012 03:42:39 UTC+5:30, H Sun wrote: > > Hi everyone, > > Just curious to know how people conduct performance/load tests for their > Adwords applications. Sandbox is not meant for load testing. If we want to > mock the Adwords, what is the SLA we can expect. I just cannot find any > documentation on that. > > Thanks > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
