[[["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 SiteService API allows you to retrieve Site objects (representing websites or mobile applications) within your Google Ad Manager network.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetSitesByStatement()\u003c/code\u003e method is used to fetch sites, and the response includes information about the total number of sites, the starting index of the retrieved results, and the site details themselves.\u003c/p\u003e\n"],["\u003cp\u003eSites can be accessed and managed using the SiteService, enabling you to organize and control the inventory in your Google Ad Manager account.\u003c/p\u003e\n"]]],["The `SiteService` utilizes the `getSitesByStatement()` method to retrieve site data, returning a `SitePage` object. This object, residing in the namespace `https://www.google.com/apis/ads/publisher/v202408`, contains three fields: `totalResultSetSize` (an integer representing total sites), `startIndex` (an integer indicating the starting index), and `results` (an array of `Site` objects containing site information).\n"],null,["# type SitePage (v202408)\n\n**Service** \n**SiteService** **Dependencies** \n[getSitesByStatement()](/ad-manager/api/reference/v202408/SiteService#getSitesByStatement) \n▼\n**SitePage**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|--------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `startIndex` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `results` | ` `[Site](/ad-manager/api/reference/v202408/SiteService.Site)`[]` \u003cbr /\u003e |"]]