Google Analytics-এর জন্য MCP সার্ভার ব্যবহার করে দেখুন।
GitHub থেকে ইনস্টল করুন এবং আরও বিশদ বিবরণের জন্য
ঘোষণাটি দেখুন।
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 এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCreates a schema for SKAdNetwork conversion values within a specified data stream.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the parent data stream using the format: \u003ccode\u003eproperties/{property}/dataStreams/{dataStream}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUsers need \u003ccode\u003eanalytics.edit\u003c/code\u003e scope authorization to create the schema.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the API returns the newly created schema.\u003c/p\u003e\n"]]],["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"],null,["# Method: properties.dataStreams.sKAdNetworkConversionValueSchema.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a SKAdNetworkConversionValueSchema.\n\n### HTTP request\n\n`POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream} |\n\n### Request body\n\nThe request body contains an instance of [SKAdNetworkConversionValueSchema](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.sKAdNetworkConversionValueSchema#SKAdNetworkConversionValueSchema).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [SKAdNetworkConversionValueSchema](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.sKAdNetworkConversionValueSchema#SKAdNetworkConversionValueSchema).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]