[[["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 2024-08-20 UTC."],[[["The SiteService API allows you to retrieve Site objects (representing websites or mobile applications) within your Google Ad Manager network."],["`getSitesByStatement()` 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."],["Sites can be accessed and managed using the SiteService, enabling you to organize and control the inventory in your Google Ad Manager account."]]],["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"]]