[[["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."],[[["The `ReportService` allows access to saved queries through the `getSavedQueriesByStatement()` method, returning a `SavedQueryPage` object."],["A `SavedQueryPage` provides information about the total result set, starting index, and a collection of `SavedQuery` objects representing saved queries."],["The `SavedQueryPage` object is part of the Google Ad Manager API and utilizes the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `ReportService` offers the `getSavedQueriesByStatement()` method, which returns a `SavedQueryPage` object. This page contains a collection of `SavedQuery` objects. The `SavedQueryPage` includes information on `totalResultSetSize` (the total number of results), `startIndex` (the starting index of the page), and `results` (the array of saved queries within the current page). These components enable the retrieval and navigation of saved queries within the system, using the Report service.\n"]]