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