[[["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."],[[["AdRulePage objects represent a page within a larger set of AdRule objects, providing information about the total result size and starting position."],["AdRulePage includes fields like `totalResultSetSize`, `startIndex`, and `results` to navigate and access AdRule data."],["The `results` field contains an array of AdRule objects found on that specific page."]]],["The `AdRuleService` uses `getAdRulesByStatement()` to retrieve `AdRule` objects, packaged in an `AdRulePage`. This page contains the `totalResultSetSize`, `startIndex`, and `results`, which is an array of `AdRule` objects. The `totalResultSetSize` indicates the total number of ad rules. The `startIndex` indicates the starting point for this set. The `results` provides the AdRule collection within the page. This is part of the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]