{"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"]],["อัปเดตล่าสุด 2025-02-25 UTC"],[[["This operation allows for bulk editing of sites under a single channel, enabling deletion and creation in batch."],["The request requires specifying the channel ID and the owner (partner or advertiser) along with lists of sites to delete and create."],["The sites to be deleted are specified using their `url_or_app_ids`, while sites to be created require providing full `Site` objects."],["A successful response will return a `BulkEditSitesResponse` object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This API operation facilitates bulk edits of sites within a channel. It uses a POST request to `https://displayvideo.googleapis.com/v3/partners/{partnerId}/channels/{channelId}/sites:bulkEdit`. Required actions include specifying the `channelId` and `partnerId` via path parameters. The request body, formatted as JSON, contains lists of `deletedSites` (site URLs or app IDs) and `createdSites` (site objects). The request must include the `partnerId` or `advertiserId` to define the owner of the sites. A successful request returns a `BulkEditSitesResponse`.\n"]]