Method: inventorySources.create
একটি নতুন জায় উৎস তৈরি করে। সফল হলে নতুন তৈরি ইনভেন্টরি উৎস ফেরত দেয়।
HTTP অনুরোধ
POST https://displayvideo.googleapis.com/v3/inventorySources
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
ইউনিয়ন প্যারামিটার accessor । প্রয়োজন। কোন DV360 সত্তার মধ্যে অনুরোধ করা হচ্ছে তা শনাক্ত করে। accessor নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
partnerId | string ( int64 format) অংশীদার যে আইডির মধ্যে অনুরোধ করা হচ্ছে। |
advertiserId | string ( int64 format) বিজ্ঞাপনদাতার আইডির মধ্যে যে অনুরোধ করা হচ্ছে। |
শরীরের অনুরোধ
অনুরোধের মূল অংশে InventorySource
একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, রেসপন্স বডিতে InventorySource
এর একটি নতুন তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/display-video
আরো তথ্যের জন্য, দেখুনOAuth 2.0 Overview .
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates a new inventory source within a specified Display & Video 360 partner or advertiser."],["Sends an HTTP POST request to the provided URL with the new inventory source details in the request body."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Returns the newly created inventory source object in the response body upon successful completion."]]],["This documentation details how to create a new inventory source via a POST request to `https://displayvideo.googleapis.com/v3/inventorySources`. The request must include a `accessor` parameter, specifying either a `partnerId` or `advertiserId`. The request body contains an `InventorySource` instance. Successful requests return the created `InventorySource` in the response body. The request uses gRPC Transcoding and requires the `https://www.googleapis.com/auth/display-video` OAuth scope. There is also an option to test it with \"Try it!\" functionality.\n"]]