You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi team,
Despite removing the "includeZeroImpressions" clause as indicated in the documentation. I still get this error when trying to consume the API.
'Type: ReportDownloadError.ZERO_IMPRESSIONS_REQUEST_NOT_SUPPORTED\\nTrigger: includeZeroImpressions is not supported for this request\\nField Path: None',
I also share my request body
{
"token": "41AC2BE812F6461E1F5A4949627EF26D",
"query": "SELECT Date, CampaignId, CampaignName, Cost, Impressions, CountryCriteriaId FROM GEO_PERFORMANCE_REPORT WHERE Impressions > 0 DURING 20210101,20210331",
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rios.s...@gmail.com, adwor...@googlegroups.com
Hi Felipe,
The Geo Performance Report doesn't support zero impressions, so any rows containing zero impressions will not return. If you look at its page, you'll see that the "Supports Zero Impressions" for all the fields are False.