Google Adwords API:ReportDefinitionService:如何识别有效的“报告列”组合?

发布于 2024-12-08 05:07:54 字数 278 浏览 2 评论 0原文

我正在开发 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤檠 2024-12-15 05:07:54

您将需要使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文