[[["이해하기 쉬움","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-01-14(UTC)"],[[["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"]]