Peter
unread,May 26, 2011, 11:05:20 PM5/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hey Eric,
Sorry to revive an old thread, but can you confirm that this actually works in the v201008 API. I've been requesting keyword performance reports on an account which has negative keywords and not been receiving any results. Your help would be appreciated. Here is an example of the report selector.
{
'operator': 'ADD',
'operand': {
'xsi_type': 'ReportDefinition',
'reportName': 'keyword performance report',
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'KEYWORDS_PERFORMANCE_REPORT',
'downloadFormat': 'GZIPPED_CSV',
'selector': {
'fields': ['Date', 'KeywordText', 'KeywordMatchType', 'IsNegative', 'QualityScore', 'Impressions', 'Clicks', 'Cost', 'Conversions'],
'predicates': [{'field': 'CampaignStatus', 'operator': 'EQUALS', 'values': ['ACTIVE']},
{'field': 'AdGroupStatus', 'operator': 'EQUALS', 'values': ['ENABLED']},
{'field': 'IsNegative', 'operator': 'EQUALS', 'values': ['TRUE']}],
'dateRange': {
'min': start_date,
'max': end_date
}
}
}
And the resulting report which contains no data
"keyword performance report (Feb 26, 2011-May 27, 2011)"
Day,Keyword,Match type,Is negative,Quality score,Impressions,Clicks,Cost,Conv. (1-per-click)
Total, --, --, --, --,0,0,0.00,0
Please let me know what I'm doing wrong. Thanks.
Peter