Il numero massimo di risorse da restituire. Se non specificato, verranno restituite al massimo 50 risorse. Il valore massimo è 200 (i valori più alti verranno forzati al massimo).
pageToken
string
Un token di pagina, ricevuto da una precedente chiamata a customMetrics.list. Forniscilo per recuperare la pagina successiva.
Durante l'impaginazione, tutti gli altri parametri forniti a customMetrics.list devono corrispondere alla chiamata che ha fornito il token della pagina.
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
Messaggio di risposta per RPC customMetrics.list.
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Un token, che può essere inviato come pageToken per recuperare la pagina successiva. Se questo campo viene omesso, non verranno visualizzate altre pagine.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]