Reports: get
对报告请求的状态进行轮询。
立即试用。
响应会显示报告的状态:
- 如果报告已可供下载,则响应包含
isReportReady: true
。响应还包含报告文件数量等信息。
- 如果报告仍在处理中,响应将包含
isReportReady: false
。
- 如果 DoubleClick Search 无法完成报表,响应便会包含错误代码 410 Gone,以及下列原因之一:
响应代码。
请求
HTTP 请求
GET https://www.googleapis.com/doubleclicksearch/v2/reports/reportId
参数
参数名称 |
值 |
说明 |
路径参数 |
reportId |
string |
正在轮询的报告请求的 ID。
|
授权
此请求需要获得以下范围的授权:
范围 |
https://www.googleapis.com/auth/doubleclicksearch |
如需了解详情,请参阅身份验证和授权页面。
请求正文
使用此方法时请勿提供请求正文。
试试看!
请使用下面的 API Explorer 针对实际数据调用此方法并查看响应。
或者,您也可以尝试
独立广告
Explorer。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-20。
[null,null,["最后更新时间 (UTC):2024-08-20。"],[[["Polls for the status of a report request to determine if it's ready for download, still processing, or if an error occurred."],["The response includes an `isReportReady` flag indicating the report status and, if ready, provides details like the number of report files."],["Uses a GET request to the specified endpoint, including the report ID as a path parameter, to retrieve the report status."],["Requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope for access."],["A successful response returns a Reports resource containing information about the requested report."]]],[]]