AI-generated Key Takeaways
-
This page provides documentation for looking up a single ChannelGroup.
-
The request uses an HTTP GET method with a specific URL format including path parameters for property and channel group names.
-
The request body should be empty, and a successful response will contain a ChannelGroup object.
-
Authorization requires either the
analytics.readonly
oranalytics.edit
OAuth scopes.
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 |
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