Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
প্রয়োজন। মূল চ্যানেলের আইডি যার সাইটগুলি প্রতিস্থাপন করা হবে৷
ইউনিয়ন প্যারামিটার owner । প্রয়োজন। মূল চ্যানেলের মালিক DV360 সত্তাকে শনাক্ত করে। এটি একটি অংশীদার বা একটি বিজ্ঞাপনদাতা হতে পারে. owner নিম্নলিখিতগুলির মধ্যে একজন হতে পারে:
{"newSites": [{object (Site)}],// Union field owner can be only one of the following:"advertiserId": string// End of list of possible types for union field owner.}
যে সাইটগুলি চ্যানেলে বরাদ্দ করা বিদ্যমান সাইটগুলিকে প্রতিস্থাপন করবে, Sites একটি তালিকা হিসাবে নির্দিষ্ট করা হয়েছে৷
ইউনিয়ন মাঠের 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-তে শেষবার আপডেট করা হয়েছে।"],[[["Replaces all existing sites under a given channel with a new list of sites."],["Requires specifying the channel ID and the owner (partner or advertiser) of the channel."],["The request body should contain a list of new sites to be assigned."],["This operation may have high latency, consider increasing your default timeout."],["Uses the `https://www.googleapis.com/auth/display-video` authorization scope."]]],["This operation replaces all sites within a channel. It uses a `POST` request to the specified URL, requiring `channelId` and `partnerId` as path parameters. The request body, using JSON, includes a list of `newSites` and an `owner` field (`partnerId` or `advertiserId`). This method often experiences high latency, recommending increased timeouts. The operation requires OAuth scope and returns a `ReplaceSitesResponse` upon success.\n"]]