Hi All, That is correct, after the report is defined (ReportDefinition ADDed) a request to the reportdownload enpoint will generate and return the report immediately. Real data won't be returned in the sandbox, but you should get a row for each matching entity.
Best, - Eric Koleda, AdWords API Team On Jun 10, 1:01 am, chris h <[email protected]> wrote: > Hi Anthony, > > Thanks for the pointers. Please do share any other useful findings. > > - Chris > > On Jun 9, 9:56 am, Malks <[email protected]> wrote: > > > > > Further to this I tried a CAMPAIGN_PERFORMANCE_REPORT instead of the > > KEYWORDS_PERFORMANCE_REPORT that is used in the example and got a row > > of data back. So I think it's all working, just a bit sparse on > > data :) > > > Anthony. > > > On Jun 9, 4:24 pm, Malks <[email protected]> wrote: > > > > Hi Chris, > > > > I was looking in the same area and did find > > > AddKeywordsPerformanceReportDefinition.php and DownloadReport.php in > > > the examples/v201003 that seem to do what you want. I had the same > > > interpretation of the snippet you refer to. I am testing against the > > > sandbox and the examples ran and I managed to download a file so I > > > think that is all goodness. > > > > My problem is that the file comes back empty so wondering if anyone > > > knows if there is meant to be any data in the sandbox and if not what > > > do I do to generate some. > > > > Anthony. > > > > On Jun 9, 2:39 pm, chris h <[email protected]> wrote: > > > > > That is my interpretation of the > > > > pagehttp://code.google.com/apis/adwords/v2009/docs/reference/ReportDefini... > > > > > "When you send an HTTP request to this URL, the AdWords server > > > > generates a report based on the report definition ID you specified. > > > > This request is inherently synchronous, but most reports take only a > > > > few seconds to generate (the request will time out after 3 minutes)." > > > > > So can we create a report definition and immediate retrieve the report > > > > using this URL:https://adwords.google.com/api/adwords/reportdownload > > > > > Is there any complete code samples available? > > > > > Chris -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
