Method: properties.channelGroups.create
Erstellt eine ChannelGroup.
HTTP-Anfrage
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/channelGroups
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Die Property, für die eine ChannelGroup erstellt werden soll. Beispielformat: Properties/1234
|
Anfragetext
Der Anfragetext enthält eine Instanz von ChannelGroup
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von ChannelGroup
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-06 (UTC)."],[[["Creates a ChannelGroup within a specified Google Analytics 4 property."],["Requires a POST request to the designated endpoint with property ID and ChannelGroup details in the request body."],["Utilizes gRPC Transcoding for URL structure and needs `analytics.edit` scope for authorization."],["Successful execution returns the newly created ChannelGroup instance."]]],["This outlines the creation of a ChannelGroup via a POST HTTP request to a specific URL, utilizing gRPC Transcoding. The request requires a `parent` path parameter specifying the property. The request body must contain a ChannelGroup instance, and a successful response will return a newly created ChannelGroup instance. Authorization mandates the `analytics.edit` OAuth scope. The action involves sending the request to a defined endpoint. The information presented are the url, method, authorization scope, parameters, request body, and response body.\n"]]