Zorunlu. Sitelerin ait olduğu üst kanalın kimliği.
Birleştirme parametresi owner. Zorunlu. Üst kanalın sahibi olan DV360 öğesini tanımlar. Bu, bir iş ortağı veya reklamveren olabilir. owner yalnızca aşağıdakilerden biri olabilir:
İstek metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi
{"deletedSites": [string],"createdSites": [{object (Site)}],// Union field owner can be only one of the following:"partnerId": string// End of list of possible types for union field owner.}
Alanlar
deletedSites[]
string
url_or_app_ids site listesi olarak belirtilen, toplu olarak silinecek siteler.
Sites listesi olarak belirtilen, toplu olarak oluşturulacak siteler.
Birlik alanı owner. Zorunlu. Üst kanalın sahibi olan DV360 öğesini tanımlar. Bu, bir iş ortağı veya reklamveren olabilir. owner yalnızca aşağıdakilerden biri olabilir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-02-25 UTC."],[[["This operation allows for bulk editing of sites under a single channel, enabling deletion and creation of sites in batches."],["It utilizes an HTTP POST request to a specific endpoint with required path parameters, including `channelId` and `advertiserId` or `partnerId`."],["The request body needs to specify the sites to be deleted and created, using their respective `url_or_app_ids` or `Site` objects."],["Authorization is required via the `https://www.googleapis.com/auth/display-video` OAuth scope."],["Successful execution returns a `BulkEditSitesResponse` object in the response body."]]],["This outlines a bulk edit operation for sites within a channel, using a POST request to a specified URL. Key actions involve deleting sites listed in `deletedSites` and creating sites listed in `createdSites`. The request body is in JSON format and requires `channelId` and either `advertiserId` or `partnerId` as path parameters. Authorization requires the `https://www.googleapis.com/auth/display-video` scope. The successful response will include a `BulkEditSitesResponse`.\n"]]