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。"],[],["This outlines polling a report request's status via a GET request to `https://www.googleapis.com/doubleclicksearch/v2/reports/reportId`, requiring authorization. The `reportId` path parameter identifies the report. A successful response indicates `isReportReady: true` if ready, including file information, or `isReportReady: false` if in progress. A 410 Gone error code signifies report failure. The method returns a Reports resource and doesn't use a request body.\n"]]