{"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 UTC。"],[[["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"]]