AI-generated Key Takeaways
-
SavedQuery objects store selection criteria for running reports, essentially acting as templates for recurring reports.
-
They include an ID, a name, and the underlying ReportQuery defining the report's structure.
-
The
isCompatibleWithApiVersion
flag indicates if the saved query can be used with the current API version, based on the features used in the report. -
If
isCompatibleWithApiVersion
is true, thereportQuery
field will contain the actual query details; otherwise, it will be null.
A saved ReportQuery representing the selection criteria for running a report.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The ID of the saved query. |
|
The name of the saved query. |
|
The ReportQuery representing the selection criteria for the saved query. This will be
non-null if and only if SavedQuery.isCompatibleWithApiVersion is |
|
Whether or not the saved query is compatible with the current API version. This will be |