Hi Arnaud, The primary way to resolve this issue is to limit the amount of traffic sent to Google's servers. As the other thread mentions, all traffic to Google servers contributes to these 403 errors, so you may need to look at other applications in your network as well. As far as AdWords API traffic is concerned, one way to reduce the amount of traffic is to batch operations together into single calls whenever possible. For example, instead of fetching and updating entities one at a time, fetch and update them all at once. Another approach is to slow down the rate of your requests, perhaps with a small delay between each one. Also, if you are using multiple threads to access the API you may need to lower the number of threads to ensure there isn't too much simultaneous traffic.
Best, - Eric On Dec 8, 2:26 pm, xpander <[email protected]> wrote: > Hello Eric, > > We manange around 30 customers spending 500 000$ / month ... > we have several consultant working on adwords campgin : we need > multiple api call at the same time without 403 error ... > Any solution ? > > Thks > > Arnaud > > On Dec 8, 5:52 pm, AdWords API Advisor <[email protected]> > wrote: > > > > > Hi Arnaud, > > > Please see the the following thread for more information: > > > http://groups.google.com/group/adwords-api/browse_thread/thread/25346... > > > Best, > > - Eric Koleda, AdWords API Team > > > On Dec 8, 10:49 am, xpander <[email protected]> wrote: > > > > hello, > > > > I have alternatively http 403 (forbidden) and OK with the same login & > > > password with no reasons. > > > The new authentification dont' work correcty ... is there any > > > workaround with dotnet ? > > > > Thks > > > > Arnaud- Hide quoted text - > > > - Show quoted text - -- 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.
