AI-generated Key Takeaways
-
Display & Video 360 API v2 has sunset.
-
The
Siteresource represents apps or websites belonging to a channel and has a JSON representation withnameandurlOrAppIdfields. -
Available methods for the
Siteresource includebulkEdit,create,delete,list, andreplace.
Resource: Site
A single site. Sites are apps or websites belonging to a channel.
| JSON representation |
|---|
{ "name" : string , "urlOrAppId" : string } |
| Fields | |
|---|---|
name
|
Output only. The resource name of the site. |
urlOrAppId
|
Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes. |
Methods |
|
|---|---|
|
Bulk edits sites under a single channel. |
|
Creates a site in a channel. |
|
Deletes a site from a channel. |
|
Lists sites in a channel. |
|
Replaces all of the sites under a single channel. |

