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
> 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,
>
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
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
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
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