Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Creates a new Key Event within a specified Google Analytics 4 property.
Requires https://www.googleapis.com/auth/analytics.edit authorization scope for execution.
Utilizes an HTTP POST request to https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/keyEvents, specifying the parent property in the URL.
Includes a request body containing the Key Event details as defined in the KeyEvent schema.
Upon successful completion, the response body provides the newly created Key Event instance, also adhering to the KeyEvent schema.
[[["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."],[],["A `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/keyEvents` creates a Key Event. The `parent` path parameter, formatted as `properties/123`, is required. The request body must contain a `KeyEvent` instance. A successful request returns the newly created `KeyEvent` in the response body. The `https://www.googleapis.com/auth/analytics.edit` OAuth scope is necessary for authorization. This API uses gRPC Transcoding syntax.\n"]]