Hi Steven, AuthTokens generated from ClientLogin won't expire for about 2 weeks, unless the server decides to revoke it for some reason. So you should be fine if you regenerate tokens once a week or so.
When AdWords API finds a token is invalid, it will throw a AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID error message. If you are downloading the report using ReportsUtilities class in .NET library (as shown in DownloadReport.cs) then you should get an ReportsException when this happens. You could learn more about auth tokens here: http://adwordsapi.blogspot.com/2010/07/discover-v2009-working-with-authtokens.html Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
