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:"advertiserId": 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 in batch."],["The request requires specifying the channel ID and the owner (partner or advertiser) along with lists of sites to delete and create."],["The sites to be deleted are specified using their `url_or_app_ids`, while sites to be created require providing full `Site` objects."],["A successful response will return a `BulkEditSitesResponse` object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This API operation facilitates bulk edits of sites within a channel. It uses a POST request to `https://displayvideo.googleapis.com/v3/partners/{partnerId}/channels/{channelId}/sites:bulkEdit`. Required actions include specifying the `channelId` and `partnerId` via path parameters. The request body, formatted as JSON, contains lists of `deletedSites` (site URLs or app IDs) and `createdSites` (site objects). The request must include the `partnerId` or `advertiserId` to define the owner of the sites. A successful request returns a `BulkEditSitesResponse`.\n"]]