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."],[[["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"]]