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']
}
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dc387df2-4af5-44ec-9dd3-d8a3e35641de%40googlegroups.com.

Reply via email to