Method: properties.channelGroups.create
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/channelGroups
يستخدم عنوان URL بنية تحويل الترميز gRPC.
معلمات المسار
المَعلمات |
parent |
string
مطلوبة. الموقع المطلوب إنشاء مجموعة ChannelGroup له. مثال على التنسيق: properties/1234
|
نص الطلب
يحتوي نص الطلب على مثال ChannelGroup
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثيل ChannelGroup
تم إنشاؤه حديثًا.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/analytics.edit
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-05-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-05-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]