Method: properties.keyEvents.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This document provides a guide on how to retrieve a single Key Event using an HTTP GET request to the specified analyticsadmin.googleapis.com endpoint.
The request requires a name path parameter in the format properties/{property}/keyEvents/{keyEvent} to specify the resource name of the Key Event to retrieve.
The HTTP request body must be empty, and a successful response body will contain an instance of KeyEvent.
To authorize this request, one of the following OAuth scopes is required: https://www.googleapis.com/auth/analytics.readonly or https://www.googleapis.com/auth/analytics.edit.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["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"]]