Hi Zweitze, Looks like that's the Google Web servers detecting a very high traffic from your servers and intercepting your calls to prevent a DOS attack. In this case, the request doesn't even reach the AdWords API servers, it gets intercepted before that. The only workaround is to slow down a bit, and retry the call after about 30 seconds.
You might also want to revisit your application's API call strategy to see why you'd need so many calls. For instance, is there a chance you could group some of the requests into a single request? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 7, 2013 11:24:05 AM UTC-5, Zweitze wrote: > > Hello, > > This morning (Nov 7, 04:15 CEST) our software experienced problems when > communicating with the AdWords API servers, more specifical, the services > AdGroupAdService and AdGroupCriterionService. > > The problem was, very surprising, a HTTP 302 error. This was the body > returned to our software: > > <HTML> > <HEAD> > <meta http-equiv="content-type" content="text/html;charset=utf-8"> > <TITLE>302 Moved</TITLE> > </HEAD> > <BODY> > <H1>302 Moved</H1> The document has moved <A HREF=" > http://www.google.com/sorry/?continue=http://adwords.google.com/api/adwords/cm/v201306/AdGroupAdService > ">here</A>. > </BODY> > </HTML> > > I understand that we shouldn't see such responses. But my question is, if > we do get a response like that, can we retry the call in (say) 30 seconds? > I just want to know how to deal with this response. > > Thanks in advance! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
