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