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 を使用して、ライブデータに対してこのメソッドを呼び出し、レスポンスを確認してください。
または、
スタンドアロン
エクスプローラをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-20 UTC。
[null,null,["最終更新日 2024-08-20 UTC。"],[[["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."]]],[]]