Required. The ID of the parent channel in which the site will be created.
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.
Query parameters
Parameters
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:
[[["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 2024-09-18 UTC."],[[["Display & Video 360 API v2 is sunset and this documentation details creating a new site within a channel using the API."],["The API request utilizes an HTTP POST method with specific path and query parameters to define the location and ownership of the new site."],["Successful API calls will return a response containing the details of the newly created site, formatted according to the Site object definition."],["Users need to be authorized with the `https://www.googleapis.com/auth/display-video` OAuth scope to utilize this API functionality."]]],["The provided content outlines the process for creating a site within a channel using the Display & Video 360 API. A `POST` request is sent to the specified URL, including the `advertiserId` and `channelId` as path parameters. The request requires one of the parameters to indicate the owner and a `site` object in the request body. Upon success, the response will include the newly created `site` object. Authorization via OAuth is mandatory using `display-video` scope.\n"]]