AI-generated Key Takeaways
-
The
ContactPage
object retrieves a segment ofContact
objects. -
It provides details like the total result count (
totalResultSetSize
), starting position (startIndex
), and the actualContact
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 |
|
---|---|
|
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 contacts contained within this page. |