Hey,
It seems that the UAC campaigns are not retrieved when running the GEO_PERFORMANCE_REPORT (country level breakdown) although retrieved perfectly using the CAMPAIGN_PERFORMANCE_REPORT.
Is it possible that UAC campaigns geo location data cannot be pulled using the API?
I'm using the python adwords lib with the following report query:
uac_report = {
"reportName": "AdHoc Campaigns Report",
"reportType": "GEO_PERFORMANCE_REPORT",
"dateRangeType": "CUSTOM_DATE",
"selector": {
"fields": ["CampaignId", "Date", "CampaignName", "Device", "Impressions", "Clicks", "Cost", "AccountCurrencyCode", "AdNetworkType2","CampaignStatus", "AdvertisingChannelType", "AdvertisingChannelSubType", "CountryCriteriaId"],
"dateRange": {
"min": '2016-03-01',
"max": '2016-03-27',
},
},
downloadFormat: "CSV",
}
Thanks :)