Идентификатор рекламодателя, которому принадлежит родительский канал.
Тело запроса
Тело запроса содержит данные следующей структуры:
JSON-представление
{"newSites": [{object (Site)}],// Union field owner can be only one of the following:"partnerId": string// End of list of possible types for union field owner.}
Сайты, которые заменят существующие сайты, назначенные каналу, в виде списка Sites .
owner поля Союза. Необходимый. Идентифицирует объект DV360, которому принадлежит родительский канал. Это может быть как партнер, так и рекламодатель. 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"]],["Последнее обновление: 2024-11-01 UTC."],[[["This documentation details the `replaceSites` method, which replaces all existing sites under a specific channel with new ones provided in the request."],["The request requires the `channelId` and either the `partnerId` or `advertiserId` to identify the channel being modified."],["A list of new sites must be included in the request body, adhering to the `Site` object structure."],["Successful execution results in a `ReplaceSitesResponse` object in the response body."],["The operation requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],[]]