AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-07 Thread Acapella
back > and received by your code to make sure the getReportDownloadUrl() call > is being made with the report id parameter and seeing exactly what it > returns? > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jan 6, 3:41 pm, Acapella wrote: > > > This is great info, than

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread Acapella
>  The cleanest solution is, of course, to just run the report from the > AdWords API directly instead of trying to grab reports that have been > scheduled to run with the AdWords front end, because then you know > exactly which report id you're interested in. > > Cheers, >

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread Acapella
x27;re looking for a generic PHP example of iterating through an > array of data returned from the SOAP service and looking at its > properties, lines 62-66 of this might be helpful: > >  http://code.google.com/p/adwords-api-php-samples/source/browse/trunk/... > > Cheers, > -Jeff

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread Acapella
 http://groups.google.com/group/adwords-api/browse_thread/thread/b987a... > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jan 5, 4:43 pm, Acapella wrote: > > > Hello, > > > I want to download a report programmatically using PHP and I'd like to > > schedul

AdWords API How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-05 Thread Acapella
Hello, I want to download a report programmatically using PHP and I'd like to schedule it daily to download a report scheduled from the Adwords Web Page. Is there a straightforward way of doing this? How do I get the ReportId and JobId for an existing report? I was going to use getReportDownload

AdWords API com.google.api.adwords.v12 does not exist

2008-12-12 Thread Acapella
Hello, I've been trying to demo the sandbox API in java and java is totally new to me. Is there an easy step by step guide for installing the java files and running them? I'm trying to download Adwords data so that we can put it in our reporting database. I'm trying to run the examples in the ja