{"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"]],["最后更新时间 (UTC):2024-09-10。"],[[["This document details the `bulkEdit` method for sites under a single channel in Display & Video 360 API."],["The operation allows for batch deletion and creation of sites using the `deletedSites` and `createdSites` fields respectively."],["It requires specifying the parent channel's ID and the owner (either advertiser or partner) in the request."],["The request body needs to include a JSON structure with the sites to delete and create."],["Successful execution returns a `BulkEditSitesResponse` object."]]],["This document details the bulk editing of sites within a channel using the Display & Video 360 API. This is done via a `POST` request to a specified URL, which requires `channelId` and either `advertiserId` or `partnerId`. The request body defines `deletedSites`, a list of URLs or app IDs for deletion, and `createdSites`, a list of sites for creation. The operation removes listed sites and then creates the new ones. Authorization is needed with the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]