Method: properties.recurringAudienceLists.get
特定の繰り返しオーディエンス リストに関する設定メタデータを取得します。この方法を使用すると、繰り返しのオーディエンス リストが作成された後の状態を把握できます。たとえば、繰り返しオーディエンス リスト リソースによって毎日のオーディエンス リスト インスタンスが生成され、このメソッドを使用して最新のオーディエンス リスト インスタンスのリソース名を取得できます。
この方法は、ベータ版に入る前に構文や機能に関するフィードバックを収集する目的で、アルファ版(安定版)で導入されています。この API に関するフィードバックは、Google アナリティクス Audience Export API フィードバック フォームにご記入ください。
HTTP リクエスト
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/recurringAudienceLists/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。繰り返しオーディエンス リストのリソース名。形式: properties/{property}/recurringAudienceLists/{recurringAudienceList}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には RecurringAudienceList
のインスタンスが含まれます。
承認スコープ
次の 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 configuration metadata for a specific recurring audience list, providing insight into its state and recent activity."],["Enables users to understand the recurring audience list's state and access information about generated audience list instances."],["Uses a `GET` request to the specified URL with the recurring audience list's resource name as a path parameter."],["Returns a `RecurringAudienceList` object containing the requested metadata if the request is successful."],["Requires authorization with either `analytics.readonly` or `analytics` OAuth scopes."]]],["This document outlines the process of retrieving metadata for a specific recurring audience list using a `GET` request. The core action is to use the provided `name` path parameter, formatted as `properties/*/recurringAudienceLists/*`, within the URL. The request body must be empty. A successful request returns a `RecurringAudienceList` resource. The method requires authorization via either `analytics.readonly` or `analytics` OAuth scopes. It aims to provide insights into an audience list's state, including recent instances.\n"]]