Method: properties.channelGroups.get
Cerca un singolo ChannelGroup.
Richiesta HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/channelGroups/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatoria. Il ChannelGroup da ottenere. Formato di esempio: Properties/1234/channelGroups/5678
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di ChannelGroup
.
Ambiti di autorizzazione
Richiede uno dei seguenti ambiti OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-05-06 UTC.
[null,null,["Ultimo aggiornamento 2024-05-06 UTC."],[[["Retrieves a specific ChannelGroup's configuration details using its unique identifier."],["Requires specifying the ChannelGroup's resource name in the request URL path."],["Returns a detailed representation of the requested ChannelGroup if found, including its settings and attributes."],["Needs appropriate authorization with either read-only or edit access to Google Analytics data."],["Provides a link for users to try out the request and see its practical implementation."]]],["A `GET` HTTP request retrieves a single ChannelGroup using a specified URL path. The URL includes a required `name` parameter defining the ChannelGroup. The request body must be empty. A successful response returns an instance of a ChannelGroup. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes. The provided link explains gRPC Transcoding syntax, and a 'Try it!' feature is available.\n"]]