[[["わかりやすい","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-01-14 UTC。"],[[["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"]]