Right, I never expected that a report request would hang indefinitely. The documentation for the Report DefinitionService (http:// code.google.com/apis/adwords/docs/guides/reporting.html#downloading) states that "The request times out after three minutes". I am looking for a similar value for adHoc reporting.
Basically, I need to know how much more work I need to do to upgrade my applications from v13 to v201109. Do I need to make the application smart enough to know that if it gets a certian type of error it should try again filtering by campaigns (i.e. pull smaller reports)? Or is the limit so far from how long it is currently taking for my reports that I don't need to worry about it? For example, right now I pull a report that takes ~90 seconds to return the first byte of the report. If it is a three minute timeout, then I don't need to do anything. If it is a 100 second timeout then I should look into makeing the app smart enough to pull multiple small reports and join them together. Does that make sense? On Jan 23, 11:51 am, Kevin Winter <kevin.win...@google.com> wrote: > Hi k.m., > I believe the report download server code will throw an error (such as > "Cannot read report") if the report is taking too long - before we would > run into a time-out. You should expect to either get an error message if > the report cannot be processed or the report will download successfully - a > report download request should not hang indefinitely. > > - Kevin Winter > AdWords API Team > > > > On Friday, January 20, 2012 5:20:33 PM UTC-5, k.m.public.01 wrote: > > > AdHoc reporting is now through a synchronous http POST. Is there a limit > > imposed on Google's end as to how long it will allow that connection to be > > open? > > > I thought that I had read this in the documentation somewhere, but I can't > > find it. > > > Thanks for the help, > > k.m.- Hide quoted text - > > - Show quoted text - -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en