Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
প্রয়োজন। ইনভেন্টরি সোর্স গ্রুপের আইডি যেখানে অ্যাসাইনমেন্ট অ্যাসাইন করা হয়েছে।
শরীরের অনুরোধ
অনুরোধের অংশে নিম্নলিখিত কাঠামো সহ ডেটা রয়েছে:
JSON প্রতিনিধিত্ব
{"deletedAssignedInventorySources": [string],"createdAssignedInventorySources": [{object (AssignedInventorySource)}],// Union field owner can be only one of the following:"partnerId": string,"advertiserId": string// End of list of possible types for union field owner.}
AssignedInventorySources একটি তালিকা হিসাবে নির্দিষ্ট করা বাল্কে তৈরি করার জন্য নির্ধারিত ইনভেন্টরি সোর্স৷
ইউনিয়ন মাঠের 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"]],["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Bulk edits assignments between inventory sources and a single inventory source group, allowing for deletion and creation of assignments in one operation."],["Requires specifying the inventory source group ID and providing lists of assigned inventory sources to delete and create."],["The request body must identify the owner of the inventory source group, which can be either a partner or an advertiser."],["A successful response includes a list of newly created assigned inventory sources or an empty list if none were created."],["Utilizes the `https://www.googleapis.com/auth/display-video` authorization scope for access."]]],["This document outlines how to use the Display & Video 360 API to bulk edit assignments between inventory sources and a group. Using a POST request, you can provide a list of `assigned_inventory_source_ids` to delete and a list of `AssignedInventorySources` to create. The request body must specify the inventory source group ID and either a `partnerId` or `advertiserId` for ownership. The successful response returns a list of the created `AssignedInventorySources`.\n"]]