infor...@gmail.com
unread,Mar 12, 2022, 10:47:57 AM3/12/22Sign 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 Google Ads API and AdWords API Forum
When I try to run the query SELECT segments.date, metrics.cost_micros, metrics.impressions, metrics.clicks, metrics.ctr, metrics.average_cpc, metrics.top_impression_percentage FROM customer WHERE segments.date BETWEEN 20220221 AND 20220227, I get an error Cannot select or filter on the following metrics: 'top_impression_percentage'(could not support requested resources: 'CUSTOMER'), since metric is incompatible with the resource in the FROM clause or other selected segmenting resources.. I'm currently transitioning from the AdWords API to the Ads API and I see that in the old API I could get the TopImpressionPercentage in the ACCOUNT_PERFORMANCE_REPORT. Why was this feature removed in the new API?