Method: properties.keyEvents.get
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/keyEvents/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得するキーイベントのリソース名。形式: properties/{property}/keyEvents/{keyEvent} 例: 「properties/123/keyEvents/456」
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には KeyEvent
のインスタンスが含まれます。
認可スコープ
次の 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。"],[[["Retrieve detailed insights about a specific Key Event within your Google Analytics 4 property."],["Access Key Event data through a simple GET request using the provided URL structure."],["Identify the desired Key Event by specifying its resource name in the request path."],["Upon successful retrieval, receive a comprehensive response containing the Key Event details."],["Authorization requires specific OAuth scopes for read or edit access to Analytics data."]]],["This document details retrieving a Key Event via a `GET` HTTP request to `https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/keyEvents/*}`. The request requires a `name` path parameter specifying the Key Event's resource name (e.g., \"properties/123/keyEvents/456\"). The request body must be empty. A successful response returns a `KeyEvent` instance. Authorization requires either the `analytics.readonly` or `analytics.edit` OAuth scope. The document also uses gRPC Transcoding syntax.\n"]]