type SitePage (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe Site service allows you to manage sites in your Google Ad Manager network.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetSitesByStatement()\u003c/code\u003e retrieves sites based on specified criteria.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSitePage\u003c/code\u003e objects contain information about a page of retrieved sites, including the total number of results, the starting index, and an array of \u003ccode\u003eSite\u003c/code\u003e objects.\u003c/p\u003e\n"]]],["The `SiteService`'s `getSitesByStatement()` method returns a `SitePage` object. This `SitePage` contains information about sites, including the `totalResultSetSize` and `startIndex` (both integers), along with an array of `Site` objects in the `results` field. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`. This describes the output type and its structure.\n"],null,["# type SitePage (v202411)\n\n**Service** \n**SiteService** **Dependencies** \n[getSitesByStatement()](/ad-manager/api/reference/v202411/SiteService#getSitesByStatement) \n▼\n**SitePage**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|--------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `startIndex` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `results` | ` `[Site](/ad-manager/api/reference/v202411/SiteService.Site)`[]` \u003cbr /\u003e |"]]