[[["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."],[[["AdRulePage objects represent a page within a larger set of AdRule objects, providing access to a subset of rules."],["The AdRulePage structure includes the total number of AdRules, the starting position of the current page, and the AdRule objects themselves."],["Developers can utilize the `totalResultSetSize`, `startIndex`, and `results` fields to navigate and access the AdRules within the page."]]],["The `AdRuleService` uses `getAdRulesByStatement()` to retrieve `AdRule` objects. Results are returned in an `AdRulePage`, which includes `totalResultSetSize` indicating the total number of results. It includes `startIndex`, specifying the page's starting position within the complete set, and `results`, an array containing `AdRule` objects for the current page. The namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]