Method: properties.reportTasks.get
特定のレポートタスクに関するレポート メタデータを取得します。レポートタスクを作成したら、このメソッドを使用して処理状態の確認やレポート定義の調査を行います。
HTTP リクエスト
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/reportTasks/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。レポートタスクのリソース名。形式: properties/{property}/reportTasks/{reportTask}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には ReportTask
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-02 UTC。
[null,null,["最終更新日 2024-05-02 UTC。"],[[["Retrieves metadata for a specific report task within Google Analytics."],["Provides status updates on the processing state and insights into the report's structure."],["Requires specifying the report task's resource name using a formatted path."],["Utilizes the `GET` HTTP method and may require authorization for data access."],["Returns a detailed report task object upon successful execution."]]],[]]