Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
একটি স্ক্রিপ্ট ফাইলের জন্য একটি কাস্টম বিডিং স্ক্রিপ্ট রেফারেন্স অবজেক্ট তৈরি করে।
ফলে রেফারেন্স অবজেক্ট একটি রিসোর্স পাথ প্রদান করে যেখানে স্ক্রিপ্ট ফাইল আপলোড করা উচিত। একটি নতুন কাস্টম বিডিং স্ক্রিপ্ট অবজেক্ট তৈরি করার সময় এই রেফারেন্স অবজেক্টটি অন্তর্ভুক্ত করা উচিত।
HTTP অনুরোধ
GET https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript
ইউনিয়ন প্যারামিটার owner । প্রয়োজন। মূল কাস্টম বিডিং অ্যালগরিদমের মালিক DV360 সত্তাকে শনাক্ত করে৷ এটি একটি অংশীদার বা একটি বিজ্ঞাপনদাতা হতে পারে. owner নিম্নলিখিতগুলির মধ্যে একজন হতে পারে:
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates a custom bidding script reference object to upload a script file for a new custom bidding script object."],["Requires a `GET` request to the specified URL with the custom bidding algorithm ID and the owner (partner or advertiser ID)."],["The request body should be empty, and a successful response will contain a `CustomBiddingScriptRef` instance."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This outlines the process for creating a custom bidding script reference object for a script file. It uses a `GET` request to the specified URL, requiring the `customBiddingAlgorithmId` as a path parameter. The request requires either a `partnerId` or `advertiserId` as a query parameter to identify the script's owner. The request body must be empty. A successful response will contain a `CustomBiddingScriptRef` instance. This action is protected under the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]