type SitePage (v202405)
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
totalResultSetSize
|
xsd:int
|
startIndex
|
xsd:int
|
results
|
Site[]
|
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 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The SiteService provides access to site-related data within the Google Ad Manager API."],["`getSitesByStatement()` allows retrieval of sites based on specified criteria."],["A `SitePage` object encapsulates site data retrieved from the SiteService, including the total number of results, the starting index, and an array of individual Site objects."]]],["The `SiteService` utilizes the `getSitesByStatement()` method to retrieve site data, returning a `SitePage` object. This object includes `totalResultSetSize` and `startIndex`, both integers, indicating the total number of results and the starting index, respectively. The `results` field, an array of `Site` objects, holds the actual site information. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]