Coba server MCP untuk Google Analytics. Instal dari
GitHub, dan lihat
pengumuman untuk mengetahui detail selengkapnya.
Method: properties.conversionEvents.list
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Tidak digunakan lagi: Gunakan ListKeyEvents
sebagai gantinya. Menampilkan daftar peristiwa konversi di properti induk yang ditentukan.
Menampilkan daftar kosong jika tidak ada peristiwa konversi yang ditemukan.
Permintaan HTTP
GET https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/conversionEvents
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
parent |
string
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:
Representasi JSON |
{
"conversionEvents": [
{
object (ConversionEvent )
}
],
"nextPageToken": string
} |
Kolom |
conversionEvents[] |
object (ConversionEvent )
Peristiwa konversi yang diminta
|
nextPageToken |
string
Token yang dapat dikirim sebagai pageToken untuk mengambil halaman berikutnya. Jika kolom ini dihilangkan, tidak akan ada halaman berikutnya.
|
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eThis page details how to retrieve a list of conversion events within a specified Google Analytics 4 property using the \u003ccode\u003econversionEvents.list\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003eparent\u003c/code\u003e property ID and accepts optional \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e parameters for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of \u003ccode\u003econversionEvents\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e if additional pages are available.\u003c/p\u003e\n"],["\u003cp\u003eProper authorization with either \u003ccode\u003eanalytics.readonly\u003c/code\u003e or \u003ccode\u003eanalytics.edit\u003c/code\u003e scope is necessary to access this functionality.\u003c/p\u003e\n"]]],["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"],null,["# Method: properties.conversionEvents.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListConversionEventsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n| This item is deprecated!\nDeprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property.\n\nReturns an empty list if no conversion events are found.\n\n### HTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/conversionEvents`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The resource name of the parent property. Example: 'properties/123' |\n\n### Query parameters\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` 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) |\n| `pageToken` | `string` A page token, received from a previous `conversionEvents.list` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `conversionEvents.list` must match the call that provided the page token. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for conversionEvents.list RPC.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"conversionEvents\": [ { object (/analytics/devguides/config/admin/v1/rest/v1beta/properties.conversionEvents#ConversionEvent) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `conversionEvents[]` | `object (`[ConversionEvent](/analytics/devguides/config/admin/v1/rest/v1beta/properties.conversionEvents#ConversionEvent)`)` The requested conversion events |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.readonly`\n- `https://www.googleapis.com/auth/analytics.edit`"]]