[[["易于理解","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"]],["最后更新时间 (UTC):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"]]