I've got this same problem, and tried using the xml link you provided but
it didn't get me very far... I'm not sure where to insert the dateRange
portion or the format it needs to be put in. This is what I tried doing in
order to pull a report from date1 to date2.
report_downloader = client.GetReportDownloader(version='v201402')
# Create report definition.
report = {
'reportName': 'Custom Keyword Report',
'dateRangeType': 'CUSTOM_DATE',
'dateRange': {'startDate': date1, 'endDate': date2},
'reportType': 'KEYWORDS_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields':
['AdGroupId','AdGroupName','AverageCpc','AverageCpm','AveragePageviews','AveragePosition','AverageTimeOnSite','BounceRate','CampaignId','CampaignName','Clicks','ConversionRate',
'Conversions',
'Cost','CostPerConversion','Ctr','FirstPageCpc','Impressions','KeywordText','MaxCpc','QualityScore','SearchExactMatchImpressionShare','SearchImpressionShare','SearchRankLostImpressionShare']
},
# Enable to get rows with zero impressions.
'includeZeroImpressions': 'false'
}
Any help you can offer would be great!
Thanks from a rookie,
Daniel
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
---
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.