Bắt buộc. Mã nhận dạng của kênh chính có trang web sẽ bị thay thế.
Tham số kết hợp owner. Bắt buộc. Xác định thực thể DV360 sở hữu kênh mẹ. Đó có thể là một đối tác hoặc nhà quảng cáo. owner chỉ có thể là một trong những trạng thái sau đây:
{"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.}
Các trang web sẽ thay thế các trang web hiện có được gán cho kênh, được chỉ định dưới dạng danh sách Sites.
Trường kết hợp owner. Bắt buộc. Xác định thực thể DV360 sở hữu kênh mẹ. Đó có thể là một đối tác hoặc nhà quảng cáo. owner chỉ có thể là một trong những trạng thái sau đây:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]