Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
DV360 Exchange Reporting API
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
借助 DV360 广告交易平台报告 API,第三方广告交易平台 (3PE) 可以程序化方式检索报告。此 API 仅适用于广告交易平台。
服务:dv360exchangereporting.googleapis.com
如要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用需要使用您自己的库来调用此服务,则在发出 API 请求时应使用以下信息。
发现文档
发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:
服务端点
服务端点是一个基础网址,指定了 API 服务的网络地址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:
https://dv360exchangereporting.googleapis.com
| 方法 |
generateReport |
POST /v1alpha1/{exchange=exchanges/*}:generateReport
生成并返回报告 ID。 |
pullReport (deprecated) |
POST /v1alpha1/{exchange=exchanges/*}:pullReport
从报告 ID 中提取报告。 |
| 方法 |
get |
GET /v1alpha1/{name=exchanges/*/reports/*}
根据报告名称获取报告。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-06-11。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-06-11。"],[],["The DV360 Exchange Reporting API enables programmatic report retrieval from DV360. It offers two main resources: `v1alpha1.exchanges` and `v1alpha1.exchanges.reports`. `v1alpha1.exchanges` allows using `generateReport` method to generate a report and get report Id and `pullReport` to pull the report (deprecated). The `v1alpha1.exchanges.reports` resource enables the use of `get` method to retrieve a report using its name. The API uses REST and has a service endpoint: `https://dv360exchangereporting.googleapis.com`.\n"]]