[[["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-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 |"]]