type ContentPage (v202411)

  • ContentPage objects represent a page within a larger set of Content objects, providing information about the total result set and the current page's position.

  • Key properties of ContentPage include totalResultSetSize, startIndex, and results, offering details about the overall result size, starting position, and the specific content within the page.

  • Accessing Content data is facilitated through the ContentService and its getContentByStatement() method, which likely uses a statement to query and retrieve specific content, with results encapsulated in ContentPage objects.

Captures a page of Content 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

Content[]

The collection of content contained within this page.