The Display & Video 360 API now supports Demand Gen resource management. See our
new guide to learn how to build and run a Demand Gen ad campaign.
Send feedback
ListSitesResponse
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
The ListSitesResponse message is used to respond to requests from the SiteService.
The JSON representation of the response includes a list of sites and an optional nextPageToken.
The sites field contains a list of Site objects, and is absent if the list is empty.
The nextPageToken is a string used to retrieve the next page of results in a subsequent call to the ListSites method.
Response message for SiteService.ListSites.
JSON representation
{
"sites" : [
{
object (Site )
}
] ,
"nextPageToken" : string
}
Fields
sites[]
object (Site )
The list of sites.
This list will be absent if empty.
nextPageToken
string
A token to retrieve the next page of results.
Pass this value in the pageToken field in the subsequent call to ListSites method to retrieve the next page of results.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],[]]