Method: properties.channelGroups.create
Requête HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/channelGroups
L'URL utilise la syntaxe de transcodage gRPC.
Paramètres de chemin d'accès
Paramètres |
parent |
string
Obligatoire. Propriété pour laquelle créer un groupe de canaux. Exemple de format: propriétés/1234
|
Corps de la requête
Le corps de la requête contient une instance ChannelGroup
.
Corps de la réponse
Si la requête aboutit, le corps de la réponse contient une nouvelle instance de ChannelGroup
.
Champs d'application des autorisations
Requiert le niveau d'accès OAuth suivant :
https://www.googleapis.com/auth/analytics.edit
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/05/06 (UTC).
[null,null,["Dernière mise à jour le 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"]]