{"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"]],["最后更新时间 (UTC):2025-02-25。"],[[["Replaces all existing sites under a given channel with a new list of sites."],["Requires specifying the channel ID and the owner (partner or advertiser) of the channel."],["The request body should contain a list of new sites to be assigned."],["This operation may have high latency, consider increasing your default timeout."],["Uses the `https://www.googleapis.com/auth/display-video` authorization scope."]]],["This operation replaces all sites within a channel. It uses a `POST` request to the specified URL, requiring `channelId` and `partnerId` as path parameters. The request body, using JSON, includes a list of `newSites` and an `owner` field (`partnerId` or `advertiserId`). This method often experiences high latency, recommending increased timeouts. The operation requires OAuth scope and returns a `ReplaceSitesResponse` upon success.\n"]]