[[["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."],[[["The `SavedQueryPage` object represents a page of saved queries retrieved from the ReportService."],["It provides information about the total result set size, the starting index of the page, and the actual saved queries contained within the page."],["These saved queries can be accessed and utilized through the `results` field, which is an array of `SavedQuery` objects."]]],["The `ReportService` offers a `getSavedQueriesByStatement()` method, which returns a `SavedQueryPage` object. This page contains information about saved queries. The `SavedQueryPage` includes `totalResultSetSize` (the total number of queries), `startIndex` (the starting index of the current page), and `results`, which is an array of `SavedQuery` objects found on this specific page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]