Lines Matching full:sites
75 …channels.html">channels</a> . <a href="displayvideo_v1.partners.channels.sites.html">sites</a></h1>
79 … edits sites under a single channel. The operation will delete the sites provided in BulkEditSites…
91 <p class="firstline">Lists sites in a channel.</p>
97 …stline">Replaces all of the sites under a single channel. The operation will replace the sites und…
101 … edits sites under a single channel. The operation will delete the sites provided in BulkEditSites…
105 channelId: string, Required. The ID of the parent channel to which the sites belong. (required)
111 "createdSites": [ # The sites to create in batch, specified as a list of Sites.
112 { # A single site. Sites are apps or websites belonging to a channel.
117 …"deletedSites": [ # The sites to delete in batch, specified as a list of site url_or_app…
132 …"sites": [ # The list of sites that have been successfully created. This list will be ab…
133 { # A single site. Sites are apps or websites belonging to a channel.
156 { # A single site. Sites are apps or websites belonging to a channel.
170 { # A single site. Sites are apps or websites belonging to a channel.
199 <pre>Lists sites in a channel.
203 …channelId: string, Required. The ID of the parent channel to which the requested sites belong. (re…
205 …ust be `CONTAINS (:)`. * Supported fields: - `urlOrAppId` Examples: * All sites for which the URL …
219 "sites": [ # The list of sites. This list will be absent if empty.
220 { # A single site. Sites are apps or websites belonging to a channel.
244 …<pre>Replaces all of the sites under a single channel. The operation will replace the sites under …
248 channelId: string, Required. The ID of the parent channel whose sites will be replaced. (required)
254 …uot;newSites": [ # The sites that will replace the existing sites assigned to the channel, sp…
255 { # A single site. Sites are apps or websites belonging to a channel.
272 "sites": [ # The list of sites in the channel after replacing.
273 { # A single site. Sites are apps or websites belonging to a channel.