Method: properties.keyEvents.get
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{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 information about a specific Key Event within a Google Analytics property."],["Access Key Event data using the provided HTTP request with necessary path parameters for property and event identification."],["The request body should be empty, while a successful response returns a KeyEvent object containing the event details."],["Proper authorization is required using specific OAuth scopes to retrieve the Key Event information."]]],["This describes retrieving a specific Key Event via a `GET` HTTP request to `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/keyEvents/*}`. The `name` path parameter, formatted as `properties/{property}/keyEvents/{keyEvent}`, is mandatory. The request body must be empty. A successful response contains a `KeyEvent` instance. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes. This operation uses gRPC Transcoding.\n"]]