{"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"]],["上次更新時間: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"]]