Whether or not the saved query is compatible with the current API version. This will be true if and only if SavedQuery.reportQuery is 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 the ReportQuery entity.
[[["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"],null,["# type SavedQuery (v202502)\n\n**Service** \n**ReportService** **Dependencies** \n[SavedQueryPage](/ad-manager/api/reference/v202502/ReportService.SavedQueryPage) \n▼\n**SavedQuery**\n\nA saved [ReportQuery](/ad-manager/api/reference/v202502/ReportService.ReportQuery) representing the selection criteria for running a report.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `id` | ` `xsd:`long` The ID of the saved query. |\n| ### `name` | ` `xsd:`string` The name of the saved query. |\n| ### `reportQuery` | ` `[ReportQuery](/ad-manager/api/reference/v202502/ReportService.ReportQuery)` ` The [ReportQuery](/ad-manager/api/reference/v202502/ReportService.ReportQuery) representing the selection criteria for the saved query. This will be non-null if and only if [SavedQuery.isCompatibleWithApiVersion](/ad-manager/api/reference/v202502/ReportService.SavedQuery#isCompatibleWithApiVersion) is `true`. |\n| ### `isCompatibleWithApiVersion` | ` `xsd:`boolean` Whether or not the saved query is compatible with the current API version. This will be `true` if and only if [SavedQuery.reportQuery](/ad-manager/api/reference/v202502/ReportService.SavedQuery#reportQuery) is 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 the [ReportQuery](/ad-manager/api/reference/v202502/ReportService.ReportQuery) entity. |"]]