[[["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-11-19 UTC."],[[["AdRuleService's getAdSpotsByStatement() method retrieves a page of AdSpot objects."],["AdSpotPage objects provide information about the retrieved AdSpot collection, including the total result size, starting index, and the AdSpots themselves."],["The AdSpotPage uses the namespace `https://www.google.com/apis/ads/publisher/v202411`."]]],["The `AdRuleService` utilizes the `getAdSpotsByStatement()` method to retrieve a paginated `AdSpotPage`. This page contains `AdSpot` objects and includes metadata: `totalResultSetSize` (total results), `startIndex` (page's starting index), and `results` (an array of `AdSpot` objects within the page). The service operates within the `https://www.google.com/apis/ads/publisher/v202411` namespace. These fields describe the page's relation to the entire result set and the specific `AdSpot` data it contains.\n"]]