Required. Example format: properties/123/dataStreams/456
Query parameters
Parameters
pageSize
integer
Optional. 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
Optional. A page token, received from a previous eventEditRules.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to eventEditRules.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for eventEditRules.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 Event Edit Rules configured for a specified web data stream within a Google Analytics 4 property."],["Allows for pagination to retrieve large lists of Event Edit Rules, specifying the maximum number of results per page."],["Requires authorization with specific Google Analytics scopes for read or edit access."],["Provides a response containing an array of Event Edit Rules and a token for retrieving subsequent pages, if available."],["Employs gRPC Transcoding for its HTTP request structure and utilizes path and query parameters for resource identification and filtering."]]],["This document outlines how to list EventEditRules for a web data stream using an HTTP GET request. The request is sent to a specific URL, defined by the `parent` path parameter (e.g., `properties/123/dataStreams/456`). Optional query parameters `pageSize` (max 200) and `pageToken` support pagination. The request body must be empty, and the response, in JSON format, contains a list of `eventEditRules` and a `nextPageToken` for retrieving subsequent pages if any. The requests requires authorization scopes `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics.edit`\n"]]