[[["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-02-13 UTC."],[[["The Site service allows you to retrieve information about sites using the `getSitesByStatement()` method."],["A `SitePage` object includes details like the total number of results (`totalResultSetSize`), the starting position within the results (`startIndex`), and an array of `Site` objects (`results`)."],["The Site service uses the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The core content details the `SitePage` structure returned by the `getSitesByStatement()` method within the `SiteService`. This structure, part of the `https://www.google.com/apis/ads/publisher/v202402` namespace, includes three key fields: `totalResultSetSize` (integer representing total sites), `startIndex` (integer), and `results`. `results` is an array of `Site` objects, representing the sites returned by the query.\n"]]