Method: properties.dataStreams.sKAdNetworkConversionValueSchema.create
SKAdNetworkConversionValueSchema oluşturur.
HTTP isteği
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Bu şemanın oluşturulacağı üst kaynak. Biçim: mülkler/{property}/dataStreams/{dataStream}
|
İstek içeriği
İstek metni, SKAdNetworkConversionValueSchema
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt gövdesi, yeni oluşturulan SKAdNetworkConversionValueSchema
örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/analytics.edit
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-05-06 UTC.
[null,null,["Son güncelleme tarihi: 2024-05-06 UTC."],[[["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"]]