问题描述
我一直在寻找Google Adwords API文档,但没有运气,我的具体问题是:我需要从报告中检索所有可用字段,但没有 SELECT *语句在AWQL上。由于动态报告检索,手动选择其中的每一个都不是我们实现的选项,所以如果我们不能使用SELECT *,那么我们需要一种方法来检索可用字段列表,然后将其用于动态创建SELECT AWL语句(根据相应的报告)。是否有人知道检索可用报告字段列表的任何方式?
报告定义服务
ive been looking on Google Adwords API documentation but have no luck, my specific question is:
I need to retrieve all available fields from a report but there no "SELECT *" statement on AWQL . And selecting every one of them manually is not an option in our implementation due to dynamic report retrieving so , if we cant use "SELECT *" then we need a way to retrieve a list of available fields which will then be used to dynamically create a SELECT AWL statement(in function of the corresponding report). Does anybody knows any way of retrieving a list of available report fields?
You can get all the available fields for each report in the Report Definition Service
这篇关于google adwords API:如何检索所有字段(AWQL)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!