AI-generated Key Takeaways
-
Display & Video 360 API v1 has been sunset and is no longer available.
-
The provided documentation details the response message structure for the
SiteService.ListSites
method, specifically for retrieving site data. -
The response includes a list of sites and a token for pagination to access subsequent pages of results if available.
Response message for SiteService.ListSites.
JSON representation |
---|
{
"sites": [
{
object ( |
Fields | |
---|---|
sites[] |
The list of sites. This list will be absent if empty. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |