AI-generated Key Takeaways
-
Display & Video 360 API v2 is sunset and will no longer be supported.
-
This document focuses on the "Channel" resource, which allows grouping of related websites and apps for targeting purposes within Display & Video 360.
-
Channels have properties like name, ID, display name, and counts of associated line items, and they are owned by either a partner or an advertiser.
-
You can manage channels using methods such as create, get, list, and patch to perform actions like adding, retrieving, viewing all, and updating them.
Resource: Channel
A single channel. Channels are custom groups of related websites and apps.
JSON representation |
---|
{ "name": string, "channelId": string, "displayName": string, "positivelyTargetedLineItemCount": string, "negativelyTargetedLineItemCount": string, // Union field |
Fields | |
---|---|
name |
Output only. The resource name of the channel. |
channelId |
Output only. The unique ID of the channel. Assigned by the system. |
displayName |
Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes. |
positivelyTargetedLineItemCount |
Output only. Number of line items that are directly targeting this channel positively. |
negativelyTargetedLineItemCount |
Output only. Number of line items that are directly targeting this channel negatively. |
Union field owner . 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: |
|
partnerId |
The ID of the partner that owns the channel. |
advertiserId |
The ID of the advertiser that owns the channel. |
Methods |
|
---|---|
|
Creates a new channel. |
|
Gets a channel for a partner or advertiser. |
|
Lists channels for a partner or advertiser. |
|
Updates a channel. |