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 customMetrics.list sebelumnya. Berikan ini untuk mengambil halaman berikutnya.
Saat melakukan penomoran halaman, semua parameter lain yang diberikan untuk customMetrics.list harus sesuai dengan panggilan yang menyediakan token halaman.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Pesan respons untuk customMetrics.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."],[[["Lists all the CustomMetrics defined for a Google Analytics 4 property."],["The API request requires specifying the parent property ID and supports pagination for retrieving large result sets."],["The response includes a list of CustomMetrics objects and a token for accessing the next page of results, if available."],["Requires authorization with either read-only or edit access to Google Analytics."]]],["This document details how to list custom metrics for a property using the Google Analytics Admin API. A `GET` HTTP request is sent to a specific URL, including a required `parent` path parameter (e.g., \"properties/1234\"). Optional query parameters `pageSize` (max 200) and `pageToken` are used for pagination. The request body must be empty. A successful response returns a JSON object containing an array of `customMetrics` and an optional `nextPageToken` for retrieving subsequent pages. Authorization requires specific OAuth scopes.\n"]]