type SavedQueryPage (v202411)

  • 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.

A page of SavedQuery objects.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

totalResultSetSize

xsd:int

The size of the total result set to which this page belongs.

startIndex

xsd:int

The absolute index in the total result set on which this page begins.

results

SavedQuery[]

The collection of saved queries contained within this page.