[[["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-11-19 UTC."],[[["`ReportService` helps manage saved queries, providing methods like `getSavedQueriesByStatement()` to retrieve them."],["`getSavedQueriesByStatement()` returns a `SavedQueryPage` object containing a list of saved queries."],["`SavedQueryPage` includes information like the total result set size, starting index, and an array of `SavedQuery` objects."]]],["The `ReportService`'s `getSavedQueriesByStatement()` method returns a `SavedQueryPage` object. This page contains `SavedQuery` objects and provides information about a subset of results. The `SavedQueryPage` fields include `totalResultSetSize`, indicating the total number of saved queries; `startIndex`, specifying the starting position within the total set; and `results`, containing an array of the actual `SavedQuery` objects within the current page. The namespace of the API is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]