[[["容易理解","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"]],["上次更新時間:2025-04-02 (世界標準時間)。"],[[["Lists existing Event Create Rules associated with a Google Analytics 4 property and data stream."],["Allows filtering of results by specifying parameters like `pageSize` and `pageToken` for pagination."],["Returns a list of `EventCreateRules` objects along with a `nextPageToken` for accessing further results."],["Requires authorization with either `analytics.readonly` or `analytics.edit` scope."]]],["This document details how to list EventCreateRules on a web data stream using the Google Analytics Admin API. The key actions involve sending a `GET` request to a specified URL, structured with path parameters like `parent` (e.g., `properties/123/dataStreams/456`). Optional query parameters `pageSize` (up to 200) and `pageToken` can manage pagination. The request body must be empty, and the successful response body contains an array of `eventCreateRules` and a `nextPageToken` for subsequent pages if needed. Authorization requires specific OAuth scopes.\n"]]