REST Resource: advertisers.channels.sites

  • Display & Video 360 API v3 has sunset and users should use v4 instead.

  • A Site resource represents a single app or website belonging to a channel.

  • The Site resource has a JSON representation with name and urlOrAppId fields.

  • Several methods are available for managing sites, including bulkEdit , create , delete , list , and replace .

Resource: Site

A single site. Sites are apps or websites belonging to a channel.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "urlOrAppId" 
 : 
 string 
 } 
Fields
name

string

Output only. The resource name of the site.

urlOrAppId

string

Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.

Methods

bulkEdit

Bulk edits sites under a single channel.

create

Creates a site in a channel.

delete

Deletes a site from a channel.

list

Lists sites in a channel.

replace

Replaces all of the sites under a single channel.
Create a Mobile Website
View Site in Mobile | Classic
Share by: