google adwords API: how to retrieve all fields(AWQL)

亡梦爱人 提交于 2020-01-14 03:38:05

问题


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?


回答1:


You can get all the available fields for each report in the Report Definition Service

https://developers.google.com/adwords/api/docs/reference/v201609/ReportDefinitionService?csw=1#getReportFields



来源:https://stackoverflow.com/questions/40352053/google-adwords-api-how-to-retrieve-all-fieldsawql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!