Skip to main content

sites

Overview

Namesites
TypeResource
Idgoogledevelopers.displayvideo.sites

Fields

NameDatatypeDescription
nextPageTokenstringA token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListSites method to retrieve the next page of results.
sitesarrayThe list of sites. This list will be absent if empty.

Methods

NameAccessible byRequired ParamsDescription
advertisers_channels_sites_listSELECTadvertisersId, channelsIdLists sites in a channel.
partners_channels_sites_listSELECTchannelsId, partnersIdLists sites in a channel.
advertisers_channels_sites_createINSERTadvertiserId, channelsIdCreates a site in a channel.
partners_channels_sites_createINSERTchannelsId, partnerIdCreates a site in a channel.
advertisers_channels_sites_deleteDELETEadvertiserId, channelsId, sitesIdDeletes a site from a channel.
partners_channels_sites_deleteDELETEchannelsId, partnerId, sitesIdDeletes a site from a channel.
advertisers_channels_sites_bulkEditEXECadvertiserId, channelsIdBulk edits sites under a single channel. The operation will delete the sites provided in BulkEditSitesRequest.deleted_sites and then create the sites provided in BulkEditSitesRequest.created_sites.
advertisers_channels_sites_replaceEXECadvertiserId, channelsIdReplaces all of the sites under a single channel. The operation will replace the sites under a channel with the sites provided in ReplaceSitesRequest.new_sites.
partners_channels_sites_bulkEditEXECchannelsId, partnerIdBulk edits sites under a single channel. The operation will delete the sites provided in BulkEditSitesRequest.deleted_sites and then create the sites provided in BulkEditSitesRequest.created_sites.
partners_channels_sites_replaceEXECchannelsId, partnerIdReplaces all of the sites under a single channel. The operation will replace the sites under a channel with the sites provided in ReplaceSitesRequest.new_sites.