AI-generated Key Takeaways
-
Display & Video 360 API v2 has sunset.
-
The JSON representation for the ListSitesResponse includes a list of sites and a nextPageToken.
-
The
sites[]
field contains a list of site objects. -
The
nextPageToken
field is a string used to retrieve the next page of results in subsequent calls.
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 |