Method: properties.dataStreams.sKAdNetworkConversionValueSchema.create
একটি SKAdNetwork ConversionValueSchema তৈরি করে।
HTTP অনুরোধ
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। মূল সংস্থান যেখানে এই স্কিমা তৈরি করা হবে৷ বিন্যাস: বৈশিষ্ট্য/{property}/dataStreams/{dataStream} |
শরীরের অনুরোধ
অনুরোধের মূল অংশে SKAdNetworkConversionValueSchema
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, রেসপন্স বডিতে SKAdNetworkConversionValueSchema
এর একটি নতুন তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.edit
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 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"]]