Whether or not the saved query is compatible with the current API version. This will betrueif and only ifSavedQuery.reportQueryis non-null. A saved query will be
incompatible with the API if it uses columns, dimensions, or other reporting features from the
UI that are not available in theReportQueryentity.
[[["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 2025-08-06 UTC."],[],["The `SavedQuery` within `ReportService` represents criteria for running a report. Key information includes the `id` (long), `name` (string), and `reportQuery` (a `ReportQuery` object defining selection criteria). `isCompatibleWithApiVersion` (boolean) indicates if the query works with the current API. If `isCompatibleWithApiVersion` is true, then `reportQuery` is populated; otherwise, it is null. The namespace is `https://www.google.com/apis/ads/publisher/v202502`.\n"]]