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 |
詳情請參閱「驗證與授權」網頁。
要求主體
請勿使用這個方法提供請求主體。
回應
如果成功,這個方法會在回應主體中傳回報表資源。
試試看!
使用下方的 APIs Explorer,針對即時資料呼叫這個方法,看看會有什麼結果。
您也可以改用
獨立式
Explorer。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-20 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]