{"deletedSites": [string],"createdSites": [{object (Site)}],// Union field owner can be only one of the following:"advertiserId": 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-09。"],[[["Bulk edits sites under a single channel, allowing for batch deletion and creation."],["Uses an HTTP POST request to `https://displayvideo.googleapis.com/v2/partners/{partnerId}/channels/{channelId}/sites:bulkEdit`."],["Requires specifying the `channelId` and the owner (`partnerId` or `advertiserId`) in the path parameters."],["The request body includes lists of sites to delete (`deletedSites`) and create (`createdSites`), along with the parent channel owner."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This content describes the process for bulk editing sites within a channel using the Display & Video 360 API. The `POST` request to the specified URL requires a `channelId` and the `partnerId`. The request body must include `deletedSites` (a list of URLs or app IDs to delete) and `createdSites` (a list of `Site` objects to create). Successful operations will return a `BulkEditSitesResponse`. This function also requires specific OAuth scope for authorization.\n"]]