Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
প্রয়োজন। কাস্টম বিডিং অ্যালগরিদমের আইডি যা নিয়ম সম্পদের মালিক।
ক্যোয়ারী প্যারামিটার
পরামিতি
ইউনিয়ন প্যারামিটার 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 new rules resource associated with a custom bidding algorithm, returning the resource upon successful creation."],["Utilizes an HTTP POST request to a specific endpoint, including the custom bidding algorithm ID in the path."],["Requires specifying the owning entity (partner or advertiser) using query parameters."],["The request body should contain a CustomBiddingAlgorithmRules object, defining the rules to be created."],["Successful responses will contain the newly created CustomBiddingAlgorithmRules object."]]],["This describes creating a new rules resource for a custom bidding algorithm. A `POST` request to `https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}/rules` is used. The `customBiddingAlgorithmId` is required in the path. The `owner` parameter, specifying the owning partner or advertiser ID, is required. The request body must include a `CustomBiddingAlgorithmRules` instance, and a successful request will return a newly created `CustomBiddingAlgorithmRules` instance in the response. Requests to update custom bidding algorithms assigned to line items will return an error after April 1, 2025. The process requires `https://www.googleapis.com/auth/display-video` authorization.\n"]]