[[["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's getAdRulesByStatement() method returns an AdRulePage object containing a page of AdRule objects."],["AdRulePage includes information about the total result set size, the starting index of the page, and the AdRule objects on that page."],["This object is part of the Google Ad Manager API and is defined within the specified namespace."]]],["The `AdRuleService` uses `getAdRulesByStatement()` to retrieve `AdRule` objects, packaged in an `AdRulePage`. This page contains the `totalResultSetSize`, which indicates the total number of `AdRule` objects available, and `startIndex`, denoting the page's starting index within the total results. `results` is an array of `AdRule` objects included within that page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]