Thanks now it seems to work
The fix is described here:
1) Use the original script /adwords-api-perl-samples/src/v13/
schedule_report.pl
2) Insert your personal data where requested
3) Replace this line in original script:
#Original line removed: 'aggregationTypes' => ['Summary'],
'aggregationTypes' => SOAP::Data->name(aggregationTypes =>
qw/Summary/),
4) Replace this line in original script:
#Original line removed: 'selectedColumns' => 'Campaign AdGroup
Keyword KeywordStatus KeywordMinCPC KeywordDestUrlDisplay Impressions
Clicks CTR AveragePosition',
'selectedColumns' => SOAP::Data->name(selectedColumns =>
qw/Campaign AdGroup Keyword KeywordStatus
KeywordMinCPC KeywordDestUrlDisplay Impressions Clicks CTR
AveragePosition/),
--
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.