[[["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."],[[["ReportService's getSavedQueriesByStatement() method returns a SavedQueryPage object, providing access to saved queries."],["SavedQueryPage includes information like the total result set size, the starting index of the page, and the saved queries themselves."],["The SavedQueryPage object is part of the Google Ad Manager API and uses a specific namespace for identification."]]],["The `ReportService` utilizes the `getSavedQueriesByStatement()` method to retrieve a `SavedQueryPage`. This page contains data about saved report queries. Key data points within a `SavedQueryPage` include `totalResultSetSize`, indicating the total number of results, `startIndex`, defining the page's starting position, and `results`, which is an array of `SavedQuery` objects representing the actual saved queries on that page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]