Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
প্রয়োজন। আনার জন্য কাস্টম বিডিং অ্যালগরিদমের আইডি।
ক্যোয়ারী প্যারামিটার
পরামিতি
ইউনিয়ন প্যারামিটার accessor । প্রয়োজন। কোন DV360 সত্তার মধ্যে অনুরোধ করা হচ্ছে তা শনাক্ত করে। গেট রিকোয়েস্টটি শুধুমাত্র একটি কাস্টম বিডিং অ্যালগর্টিহম সত্তা ফেরত দেবে যা accessor মধ্যে চিহ্নিত DV360 সত্তার কাছে অ্যাক্সেসযোগ্য। accessor নিম্নলিখিতগুলির মধ্যে একটি হতে পারে:
[null,null,["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This page documents how to get a custom bidding algorithm using the Display & Video 360 API."],["The request requires specifying the `customBiddingAlgorithmId` as a path parameter."],["It's mandatory to include a query parameter (`partnerId` or `advertiserId`) to identify the DV360 entity accessing the algorithm."],["A successful response returns a `CustomBiddingAlgorithm` object containing the details of the requested algorithm."],["Users need the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."]]],["The provided content outlines how to retrieve a custom bidding algorithm using the Display & Video 360 API. It utilizes a `GET` request with the URL structure `https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithmId}`. A required path parameter, `customBiddingAlgorithmId`, specifies the algorithm's ID. A query parameter `accessor` with either `partnerId` or `advertiserId` identifies the DV360 entity. The request body should be empty. A successful request returns a `CustomBiddingAlgorithm` instance, and requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]