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)
A page token, received from a previous ListConversionEvents call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListConversionEvents
must match the call that provided the page token.
A page token, received from a previous ListConversionEvents call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListConversionEvents
must match the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This webpage lists different versions of the `ListConversionEventsRequest` class in the `google-analytics-admin` Java library, ranging from version 0.14.0 to 0.70.0, the latest version."],["The `ListConversionEventsRequest` class is a request message used for the `ListConversionEvents` RPC (Remote Procedure Call) within the `google.analytics.admin.v1beta` package."],["This class extends `GeneratedMessageV3` and implements `ListConversionEventsRequestOrBuilder`, providing methods for handling requests related to listing conversion events."],["The class contains static fields `PAGE_SIZE_FIELD_NUMBER`, `PAGE_TOKEN_FIELD_NUMBER` and `PARENT_FIELD_NUMBER`, these specify fields that can be used in the request to receive a list of conversion events, like the max number of events to return, a page token for the next page of events, and the parent property."],["Various static methods exist to create new instances, parse data, and retrieve descriptors associated with the `ListConversionEventsRequest` object."]]],[]]