[[["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-05-15 UTC."],[[["AdRuleService.AdSpotPage retrieves a page of AdSpot objects, providing information about ad spots related to ad rules."],["The page includes the total number of AdSpots, the starting index of the current page within the total result set, and the AdSpot objects themselves."],["These AdSpot objects are defined within the Google Ad Manager API namespace: `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `AdRuleService` utilizes the `getAdSpotsByStatement()` method to retrieve a paginated list of `AdSpot` objects. This page, represented as `AdSpotPage`, contains the `totalResultSetSize` (total number of results), `startIndex` (starting index of the current page), and `results` (the actual array of `AdSpot` objects). The namespace for these objects is `https://www.google.com/apis/ads/publisher/v202405`. These operations are within the Ad Manager API, specifically version v202405.\n"]]