Great, thank you very much

One more question regarding download report.

I've used DownloadReport.php example, and I am able to download report
for id that i received after creating new report using
AddKeywordsPerformanceReportDefinition.php

And there is this required code:
// Create ad group predicate.
  $adGroupPredicate = new Predicate();
  $adGroupPredicate->field = 'AdGroupId';
  $adGroupPredicate->operator = 'EQUALS';
  $adGroupPredicate->values = array($adGroupId);

Can I get all keywords for all campaigns in one reports, instead of
creating report for each ad group?

On Mar 16, 4:38 am, Rob Ryan <[email protected]> wrote:
> Currently it is 400 to make a report definition, which you get an id
> returned to you, calling this id gives no additional cost, so if you set up
> a report with a non static timescale it's essentially free ongoing.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to