Union parameter owner. Required. Identifies the DV360 entity that owns the 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 fetched channel.
Query parameters
Parameters
Union parameter owner. Required. Identifies the DV360 entity that owns the 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-02-25 UTC."],[[["This request retrieves a specific channel belonging to either a partner or an advertiser within Display & Video 360."],["The channel is identified using its unique ID and the ID of its owning entity (advertiser or partner)."],["The request doesn't require a body and, upon success, returns a detailed representation of the channel."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes how to retrieve a channel for a partner or advertiser using a `GET` request. The request URL specifies the `advertiserId` and `channelId` as path parameters. It also requires an `owner`, identified via either `advertiserId` or `partnerId` in the path or query parameters. The request body is empty. A successful response returns a `Channel` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]