Method: properties.channelGroups.get
Wyszukiwanie pojedynczej grupy kanałów.
Żądanie HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/channelGroups/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Grupa kanałów do pobrania. Przykładowy format: properties/1234/channelGroups/5678
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ChannelGroup
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]