Criteria Perfromance Report for demographic criteria only showing negative criteria

16 views
Skip to first unread message

adit gajjar

unread,
Jul 24, 2019, 1:31:09 AM7/24/19
to AdWords API and Google Ads API Forum
I am generating a performance report of how the different criteria are performing, however when I generate the report like the code shown below, it only includes the negative demographic criteria and not the positive ones, how ever for key words it shows positive criteria. I don't understand why it won't show the positive demographic criteria in the report. My only theory is that maybe it won't show because the campaign won't be enabled since I am using a test account without billing information, but what confuses me is why the positive key words are showing since the campaign is still paused.

client = adwords.AdWordsClient.LoadFromStorage()
report_downloader = client.GetReportDownloader(version='v201809')
client.client_customer_id = req['customer_id']
report = {
'reportName': 'Last 7 days CRITERIA_PERFORMANCE_REPORT',
'dateRangeType': 'LAST_7_DAYS',
'reportType': 'CRITERIA_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': ['CampaignId', 'AdGroupId', 'Id', 'CriteriaType',
'Criteria', 'FinalUrls', 'Impressions', 'Clicks', 'Cost']
}
}

Google Ads API Forum Advisor Prod

unread,
Jul 24, 2019, 2:20:54 AM7/24/19
to adwor...@googlegroups.com
Hi Adit,

The behavior you have observed is because the Criteria Performance Report is a single attribution type of report. This means that the system would only return the criteria type which it deems most relevant.

If you are looking for a report type which returns keyword specific information, you may use the Keywords Performance Report instead. I hope this helps and feel free to write back if you have any additional clarifications.

Thanks and regards,
Peter
Google Ads API Team

ref:_00D1U1174p._5001UEGDKK:ref
Reply all
Reply to author
Forward
0 new messages