{"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"]]