[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-05-06 (世界標準時間)。"],[[["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"]]