GOOGLE ADS API - Click, Cost Conversion Statististics By Country
I have a problem about writing correct Google Ads API query to get statistics by country.
I need to get click, cost, impression and conversion statistics by country with Google Ads API. How should i update my query; does someone have any idea?
SELECT metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.conversions FROM geographic_view WHERE country = 'TR'
You will find the informations by resource on this link https://developers.google.com/google-ads/api/fields/v16/overview_query_builder
For your specific case, the click for example is not an information available on this view