Required. The resource name of the parent property. Example: 'properties/123'
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 conversionEvents.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to conversionEvents.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for conversionEvents.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."],[[["Retrieves a list of conversion events within a specified Google Analytics 4 property."],["Allows filtering by parent property and pagination for large result sets."],["Returns event details including name, creation time, and custom event parameters."],["Requires specific authorization scopes for data access."],["Deprecated and recommended to use `ListKeyEvents` instead."]]],["This document details the deprecated `conversionEvents.list` API endpoint, replaced by `ListKeyEvents`. It retrieves conversion events for a specified property via a `GET` request to the provided URL using gRPC Transcoding. The `parent` path parameter (e.g., 'properties/123') is required. Optional query parameters `pageSize` (max 200) and `pageToken` allow for pagination. The request body must be empty. The response, formatted in JSON, includes a list of conversion events and a `nextPageToken` for further pagination. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]