{"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-09-10(UTC)"],[[["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"]]