{"newSites": [{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 UTC"],[[["This document outlines the process for replacing all sites under a Display & Video 360 channel using the `replaceSites` API endpoint."],["The request body requires specifying the new sites and the owner (partner or advertiser) of the parent channel."],["This operation may experience high latency, so increasing the default timeout is recommended."],["The API utilizes gRPC Transcoding and requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."]]],["This document outlines the process of replacing sites within a channel using the Display & Video 360 API. It uses a POST request to `partners/{partnerId}/channels/{channelId}/sites:replace`. The request body, which uses JSON formatting, requires a list of `newSites` to replace existing ones. `channelId`, `partnerId` and `owner` (either partner or advertiser) are required path parameters. The API call experiences high latency, recommending timeout increases. Successful responses return a `ReplaceSitesResponse` object. Authorization requires the `display-video` OAuth scope.\n"]]