Hi, In the old API, you can get all report jobs using http://code.google.com/apis/adwords/docs/developer/ReportService.html#getAllJobs method, but I don't think it can download a report scheduled to run daily. I could check with the AdWords team and let you know.
As for v13 code examples on reportService, you can find one at http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v13/ReportServiceStructureDemo.java?r=186. Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 14, 7:30 am, cvijayarenu <[email protected]> wrote: > Hello, > I am trying to find an example to dowload daily reports using the old api ( > v13). > > The example present was to create a report job which returns a job id and > the use that job id to get the report. > > Isn't there a way to download the reports which are generated daily? > > We have created a report which runs daily using the old interface. So we > have to use the old api to download the reports. > The problem is we dont know the job id . > > How do we list the jobs or reports available for download? > > I checked > this.http://code.google.com/apis/adwords/docs/developer/ReportService.html > and this does not have a way to list the reports. > > How do i do this with the old api? > > And when can i find the old sample code. > > thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
