[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-04-03 (世界標準時間)。"],[[["This page details how to retrieve a list of conversion events within a specified Google Analytics 4 property using the `conversionEvents.list` method."],["The request requires the `parent` property ID and accepts optional `pageSize` and `pageToken` parameters for pagination."],["The response includes an array of `conversionEvents` objects and a `nextPageToken` if additional pages are available."],["Proper authorization with either `analytics.readonly` or `analytics.edit` scope is necessary to access this functionality."]]],["This document details how to list conversion events using the `conversionEvents.list` method, now deprecated in favor of `ListKeyEvents`. The `GET` request to `https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/conversionEvents` requires the parent property's resource name in the path. Query parameters include `pageSize` (max 200) and `pageToken` for pagination. The request body is empty. The response, if successful, contains an array of `conversionEvents` and a `nextPageToken` for retrieving further pages. It requires specific authorization scopes such as `analytics.readonly` or `analytics.edit`.\n"]]