Below is the query I'm using to fetch data from the API for Locations Report
SELECT customer.currency_code, campaign.name, segments.geo_target_metro, segments.geo_target_region, segments.geo_target_city, metrics.clicks, metrics.impressions, metrics.cost_micros FROM geographic_view When I run the below query I'm getting data from the API. SELECT customer.currency_code, campaign.name, segments.geo_target_region, segments.geo_target_city, metrics.clicks, metrics.impressions, metrics.cost_micros FROM geographic_view Adding segments.geo_target_metro metric is causing some problem. I'm not getting any data if I add the metric. I'm applying for Standard Access, as per the guidelines, "segments.geo_target_metro" metric is mandatory for showing Location Reports. I'm stuck with this, how do I proceed further? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/363eede7-1701-4b59-bbdb-9ed35a8f13fb%40googlegroups.com.
