Döndürülecek maksimum kaynak sayısı. Belirtilmemişse en fazla 50 kaynak döndürülür. Maksimum değer 200'dür (daha yüksek değerler maksimum değere zorlanır).
pageToken
string
Önceki customMetrics.list çağrısından alınan bir sayfa jetonu. Sonraki sayfayı almak için bunu sağlayın.
Sayfalara ayırma işlemi sırasında customMetrics.list öğesine sağlanan diğer tüm parametreler, sayfa jetonunu sağlayan çağrıyla eşleşmelidir.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
customMetrics.list RPC için yanıt mesajı.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-04-02 UTC."],[[["Lists all CustomMetrics on a specified Google Analytics 4 property."],["Allows pagination to retrieve large result sets via `pageSize` and `pageToken` parameters."],["Response includes a list of CustomMetrics and a token for retrieving subsequent pages."],["Requires specific authorization scopes for access, either `analytics.readonly` or `analytics.edit`."],["The request body should be empty and the endpoint is accessed using an HTTP GET request."]]],["This document outlines the process for listing CustomMetrics on a property via an HTTP GET request to `https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/customMetrics`. The `parent` path parameter (e.g., `properties/1234`) is required. Optional query parameters `pageSize` and `pageToken` allow for pagination. The request body must be empty. The response includes a list of `customMetrics` and a `nextPageToken` for retrieving subsequent pages, all in JSON format. Authentication requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]