Method: properties.dataStreams.sKAdNetworkConversionValueSchema.create
تُنشئ مخطط قيمة الإحالة الناجحة على SKAdNetwork
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema
يستخدم عنوان URL بنية تحويل الترميز gRPC.
معلمات المسار
المَعلمات |
parent |
string
مطلوبة. تمثّل هذه السمة المورد الرئيسي الذي سيتم إنشاء هذا المخطط فيه. التنسيق: properties/{property}/dataStreams/{dataStream}
|
نص الطلب
يحتوي نص الطلب على مثال SKAdNetworkConversionValueSchema
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثيل SKAdNetworkConversionValueSchema
تم إنشاؤه حديثًا.
نطاقات التفويض
يجب توفير نطاق 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 schema for SKAdNetwork conversion values within a specified data stream."],["The request requires specifying the parent data stream using the format: `properties/{property}/dataStreams/{dataStream}`."],["Users need `analytics.edit` scope authorization to create the schema."],["Upon successful execution, the API returns the newly created schema."]]],["This describes how to create a `SKAdNetworkConversionValueSchema` via a POST request. The request is sent to a specific URL using gRPC Transcoding syntax. The URL's `parent` path parameter is required and indicates where the schema will be created. The request body should contain the `SKAdNetworkConversionValueSchema` instance, and a successful response will return the newly created schema instance. This operation requires `analytics.edit` authorization scope.\n"]]