AI-generated Key Takeaways
-
ReportService
helps manage saved queries, providing methods likegetSavedQueriesByStatement()
to retrieve them. -
getSavedQueriesByStatement()
returns aSavedQueryPage
object containing a list of saved queries. -
SavedQueryPage
includes information like the total result set size, starting index, and an array ofSavedQuery
objects.
A page of SavedQuery objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The size of the total result set to which this page belongs. |
|
The absolute index in the total result set on which this page begins. |
|
The collection of saved queries contained within this page. |