Google Adwords API:ReportDefinitionService:如何识别有效的“报告列”组合?
我正在开发 Google Adwords API v201101。基本上,我需要 使用“ReportDefinitionService”生成报告。
我需要帮助来识别/验证“报告列”组合。许多 有时,某些报告会出现错误无效的列组合 类型,我需要重新选择列。
那么在生成之前如何识别有效的列组合 报告? 是否有任何可用的规则或参考或列表可以显示 每个报告类别的有效列组合?
如果您能建议最好的方法,那就太好了 在生成报告之前验证列以避免此类错误。
I am working on Google Adwords API v201101. Basically, I need to
generate reports using "ReportDefinitionService".
I need help to identify/validate "report column" combinations. Many
times it gives the error invalid combination of columns for some report
types, and I need to re-select columns.
So how do I identify the valid column combinations before generating a
report?
Is there any set of rules or reference or list available which shows the
valid column combinations for each report category?
And It would be great if you can suggest the best way to
validate columns before generating a report for avoiding such errors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用 getReportFields 操作。您发送报告类型并取回可用字段。
请参阅:
http://code.google.com/apis/adwords/docs /reference/latest/ReportDefinitionService.html
You will want to use the getReportFields operation. You send in the report type and get back the available fields.
Please see:
http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.html