Required. Example format: properties/123/dataStreams/456
Query parameters
Parameters
pageSize
integer
The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
pageToken
string
A page token, received from a previous eventCreateRules.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to eventCreateRules.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for eventCreateRules.list RPC.
If successful, the response body contains data with the following structure:
[[["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 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"]]