{"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"]],["上次更新時間:2024-09-09 (世界標準時間)。"],[[["Bulk edits sites under a single channel, allowing for batch deletion and creation."],["Uses an HTTP POST request to `https://displayvideo.googleapis.com/v2/partners/{partnerId}/channels/{channelId}/sites:bulkEdit`."],["Requires specifying the `channelId` and the owner (`partnerId` or `advertiserId`) in the path parameters."],["The request body includes lists of sites to delete (`deletedSites`) and create (`createdSites`), along with the parent channel owner."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This content describes the process for bulk editing sites within a channel using the Display & Video 360 API. The `POST` request to the specified URL requires a `channelId` and the `partnerId`. The request body must include `deletedSites` (a list of URLs or app IDs to delete) and `createdSites` (a list of `Site` objects to create). Successful operations will return a `BulkEditSitesResponse`. This function also requires specific OAuth scope for authorization.\n"]]