GOOGLE ADS API - 按国家/地区点击、成本转换统计

问题描述 投票:0回答:1

我在编写正确的 Google Ads API 查询以获取国家/地区的统计信息时遇到问题。

我需要使用 Google Ads API 按 country 获取点击次数、费用、展示次数和转化统计信息。 我应该如何更新我的查询;有人有什么想法吗?

SELECT metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.conversions 
FROM geographic_view 
WHERE country = 'TR'
google-api google-ads-api
1个回答
0
投票

您将在此链接上按资源找到信息 https://developers.google.com/google-ads/api/fields/v16/overview_query_builder

对于您的具体情况,例如,此视图上不提供点击信息

© www.soinside.com 2019 - 2024. All rights reserved.