Wajib. Nama resource properti induk. Contoh: 'properties/123'
Parameter kueri
Parameter
pageSize
integer
Jumlah maksimum resource yang akan ditampilkan. Jika tidak ditentukan, paling banyak 50 resource akan ditampilkan. Nilai maksimumnya adalah 200; (nilai yang lebih tinggi akan dikonversi menjadi maksimum)
pageToken
string
Token halaman, diterima dari panggilan conversionEvents.list sebelumnya. Berikan ini untuk mengambil halaman berikutnya. Saat melakukan penomoran halaman, semua parameter lain yang diberikan untuk conversionEvents.list harus sesuai dengan panggilan yang menyediakan token halaman.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Pesan respons untuk conversionEvents.list RPC.
Jika berhasil, isi respons memuat data dengan struktur berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]