REST Resource: partners.channels

  • Display & Video 360 API v2 has sunset.

  • A Channel is a custom group of related websites and apps.

  • The Channel resource includes fields such as channelId, displayName, and counts for positively and negatively targeted line items.

  • A Channel can be owned by either a partner or an advertiser, identified by the owner union field.

  • Methods available for interacting with channels include create, get, list, and patch.

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 owner 
can be only one of the following: 
 "partnerId" 
 : 
 string 
 , 
 "advertiserId" 
 : 
 string 
 // End of list of possible types for union field owner 
. 
 } 
Fields
name

string

Output only. The resource name of the channel.

channelId

string ( int64 format)

Output only. The unique ID of the channel. Assigned by the system.

displayName

string

Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.

positivelyTargetedLineItemCount

string ( int64 format)

Output only. Number of line items that are directly targeting this channel positively.

negativelyTargetedLineItemCount

string ( int64 format)

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

string ( int64 format)

The ID of the partner that owns the channel.

advertiserId

string ( int64 format)

The ID of the advertiser that owns the channel.

Methods

create

Creates a new channel.

get

Gets a channel for a partner or advertiser.

list

Lists channels for a partner or advertiser.

patch

Updates a channel.
Design a Mobile Site
View Site in Mobile | Classic
Share by: