{"deletedSites": [string],"createdSites": [{object (Site)}],// Union field owner can be only one of the following:"partnerId": string// End of list of possible types for union field 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-10-15 UTC"],[[["Bulk edits sites under a single channel, allowing for batch deletion and creation."],["Requires specifying the advertiser and channel IDs in the request path."],["The request body includes lists of sites to delete (by url_or_app_ids) and sites to create (as Site objects)."],["Utilizes the `display-video` OAuth scope for authorization."]]],["This document details the bulk editing of sites within a channel using the Display & Video 360 API. Key actions include deleting sites specified by `url_or_app_ids` in `deletedSites` and creating new sites from the `createdSites` list. The request, sent via a POST HTTP method, requires `advertiserId` and `channelId` path parameters, alongside a JSON body containing the lists of sites to delete and create. Access requires OAuth scope authorization, and successful operations return a `BulkEditSitesResponse`.\n"]]