Method: properties.channelGroups.get

  • 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.

Lookup for a single ChannelGroup.

HTTP request

GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/channelGroups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The ChannelGroup to get. Example format: properties/1234/channelGroups/5678

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ChannelGroup.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/analytics.readonly
  • https://www.googleapis.com/auth/analytics.edit