Hi; I need to get impression, click, cost and conversion report by country. How should i update my query at below?
I mean; for example i want to get Turkiye's impression, click, cost and conversion data. Could someone help me? SELECT metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.conversions FROM geographic_view WHERE segments.date >= '2023-01-01 AND segments.date <= '2024-01-01' AND metrics.cost_micros > '0' AND *segments.country = 'TR'* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/048f8b76-418a-4e59-89b8-4e105e3289c9n%40googlegroups.com.
