type LineItemPage (v202411)

  • The LineItemPage object represents a page within a larger set of LineItem objects, providing information about the total set and the current page's position.

  • It includes the total number of LineItems, the starting position of the current page, and an array of LineItem objects for that page.

  • This page is part of the LineItemService within the Google Ad Manager API, used to retrieve and manage line items for ad delivery.

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

LineItem[]

The collection of line items contained within this page.