Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在查看 Google Adwords API 文档但没有运气,我的具体问题是:
我需要从报告中检索所有可用字段,但 AWQL 上没有“SELECT *”语句。由于动态报告检索,在我们的实现中手动选择每个选项不是一个选项,因此,如果我们不能使用“SELECT *”,那么我们需要一种方法来检索可用字段的列表,然后将其用于动态创建一个SELECT AWL 语句(在相应报告的函数中)。有人知道检索可用报告字段列表的任何方法吗?
您可以在报表定义服务中获取每个报表的所有可用字段
https://developers.google.com/adwords/api/docs/reference/v201609/ReportDefinitionService?csw=1#getReportFields