Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"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.}
Situs yang akan menggantikan situs yang ada yang ditetapkan ke saluran, ditetapkan sebagai daftar Sites.
Kolom union owner. Wajib. Mengidentifikasi entitas DV360 yang memiliki saluran induk. Partner atau pengiklan dapat bergabung. owner hanya dapat berupa salah satu dari berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-09-12 UTC."],[[["Display & Video 360 API v1 is sunset and this document outlines the specifications for replacing sites under a single channel."],["This operation replaces existing sites under a channel with new sites provided in the request."],["The request requires specifying the channel ID, partner ID, and a list of new sites."],["Authorization is needed with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details the process for replacing sites within a channel using the Display & Video 360 API. A POST request is sent to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/channels/{channelId}/sites:replace`. The request body must include `newSites`, an array of site objects that will replace existing channel sites. The request requires both a `partnerId` and `channelId` as path parameters. It also specifies an owner, either `partnerId` or `advertiserId`. The successful response will be of the type `ReplaceSitesResponse`. The process requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]