[[["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."],[[["AdRuleService.AdSpotPage retrieves a page of AdSpot objects, providing information about ad spots related to ad rules."],["The page includes the total number of results, the starting position of the current page, and the AdSpot objects on that page."],["Developers can use the AdSpotPage to navigate and access information about a set of ad spots within the Ad Manager system."]]],["The `AdRuleService` utilizes the `getAdSpotsByStatement()` method to retrieve a page of `AdSpot` objects, encapsulated within `AdSpotPage`. This page includes the `totalResultSetSize`, indicating the overall number of results, the `startIndex`, specifying the page's starting position within the results, and the `results` field, which holds the array of `AdSpot` objects. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]