Method: properties.dataStreams.eventCreateRules.get
1 つの EventCreateRule のルックアップ。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventCreateRules/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得する EventCreateRule の名前。形式の例: properties/123/dataStreams/456/eventCreateRules/789
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には EventCreateRule
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-06 UTC。
[null,null,["最終更新日 2024-05-06 UTC。"],[[["Retrieves a single, pre-defined EventCreateRule configuration for Google Analytics 4 properties."],["Requires specifying the full resource name of the desired EventCreateRule within the request path."],["Utilizes an HTTP GET request, and an empty request body is expected."],["Successfully retrieving an EventCreateRule returns its configuration details in the response."],["Appropriate authorization with either read-only or edit access to Google Analytics is necessary."]]],["This document outlines the process to retrieve a single EventCreateRule. The core action is a `GET` HTTP request to a specific URL: `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventCreateRules/*}`. The `name` parameter, specifying the EventCreateRule's path, is required. The request body must be empty. A successful request returns an `EventCreateRule` instance. This action requires either `analytics.readonly` or `analytics.edit` authorization scopes.\n"]]