Required. The ID of the parent channel to which the sites belong.
Union parameter owner. Required. Identifies the DV360 entity that owns the parent channel. It can be either a partner or an advertiser. owner can be only one of the following:
The ID of the advertiser that owns the parent channel.
Request body
The request body contains data with the following structure:
JSON representation
{"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.}
Fields
deletedSites[]
string
The sites to delete in batch, specified as a list of site url_or_app_ids.
The sites to create in batch, specified as a list of Sites.
Union field owner. Required. Identifies the DV360 entity that owns the parent channel. It can be either a partner or an advertiser. owner can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 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"]]