Hi, I'm trying to migrate to the Google Ads API but one thing is holding me back. I currently rely on the TopImpressionPercentage, AbsoluteTopImpressionPercentage fields of the GEO_PERFORMANCE_REPORT.
I saw that version 10 of the Google Ads API finally added metrics.top_impression_percentage and metrics.absolute_top_impression_percentage to the geographic_view. BUT when I tried to use them I realized those fields can't be queried together with segments.geo_target_most_specific_location which is what I need. The below query gives to following error: *Cannot select the following segments because at least one unsupported metric is found in SELECT or WHERE clause: 'segments.geo_target_most_specific_location'(unsupported metrics: 'absolute_top_impression_percentage', 'top_impression_percentage').* 1. Could we get this fixed? 2. Could we also get support for these two metrics in the user_location_view? Without this I can't fully migrate my application. Thanks! *SELECT segments.date, segments.geo_target_most_specific_location, metrics.impressions, metrics.top_impression_percentage, metrics.absolute_top_impression_percentage, metrics.clicks, metrics.cost_microsFROM geographic_view* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/9714890f-a9fc-44cf-8af7-304757ac9452n%40googlegroups.com.
