Required. Resource name of the ordinary property. Format: properties/property_id Example: properties/123
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. 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 subpropertyEventFilters.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to subpropertyEventFilters.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for ListSubpropertyEventFilter 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-04-02 UTC."],[[["Lists all subproperty Event Filters associated with a given Google Analytics 4 property."],["Allows for pagination to retrieve large result sets using `pageSize` and `pageToken` parameters."],["Requires authorization with either `analytics.readonly` or `analytics.edit` scope."],["Uses a standard HTTP GET request to the specified endpoint with property ID as a path parameter."],["Returns a JSON response containing an array of subproperty event filters and a token for retrieving subsequent pages, if available."]]],["This document details how to list subproperty event filters for a given property using the Google Analytics Admin API. It requires a `GET` request to the specified URL, with the property ID in the `parent` path parameter. Optional query parameters `pageSize` and `pageToken` can control pagination. The request body must be empty. The successful response contains a list of `subpropertyEventFilters` and a `nextPageToken` for subsequent pages. Authorization requires either `analytics.readonly` or `analytics.edit` scopes.\n"]]