type ContactPage (v202411)

  • The ContactPage object retrieves a segment of Contact objects.

  • It provides details like the total result count (totalResultSetSize), starting position (startIndex), and the actual Contact data (results).

  • This functionality is part of the ContactService within the Google Ad Manager API.

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

Contact[]

The collection of contacts contained within this page.