Method: properties.dataStreams.eventEditRules.create
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
parent |
string
مطلوب. مثال على التنسيق: properties/123/dataStreams/456
|
نص الطلب
يحتوي نص الطلب على مثال EventEditRule
.
نص الاستجابة
في حال نجاح الإجراء، يحتوي نص الاستجابة على مثيل EventEditRule
تم إنشاؤه حديثًا.
نطاقات الأذونات
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/analytics.edit
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-01 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-01 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Creates an EventEditRule to manage how events are processed within a specified data stream."],["Requires `https://www.googleapis.com/auth/analytics.edit` OAuth scope for authorization."],["Sends a POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules` with the EventEditRule details in the request body."],["Includes path parameter `parent` to specify the data stream for which the rule is created (e.g., `properties/123/dataStreams/456`)."],["Returns the newly created EventEditRule object in the response body upon successful execution."]]],["This document details how to create an EventEditRule via a POST request to a specific URL: `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules`. The `parent` path parameter is required, specifying the data stream. The request body must include an `EventEditRule` instance. Upon success, the response returns the newly created `EventEditRule`. This action requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]