1) Looking at the code examples here: http://code.google.com/p/google-api-ads-java/source/browse/#git%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201206%2Freporting
Adhoc reports are downloaded by doing: ReportDownloadResponse response = new *ReportDownloader* (session).downloadReport(reportDefinition); 2) In the following set of examples for v201206: http://google-api-adwords-java.googlecode.com/svn/trunk/examples/v201206/ Adhoc reports are downloaded by doing: ReportDownloadResponse response = *ReportUtils*.downloadReport(user, reportDefinition, fos); 3) In other example code for v201206 (I can't remember where), the reports are downloaded this way: ReportDownloadResponse response = new *AdHocReportDownloadHelper*(session, apiVerion).downloadReport(reportDefinition); I was wondering if, going forward, which one the API team recommends us to use? and how do they compare in terms of speed? Oliver -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
