AI-generated Key Takeaways
-
CustomTargetingKeyPage
objects represent a page of custom targeting keys retrieved from the Google Ad Manager API. -
This page includes information like the total number of keys (
totalResultSetSize
), the starting position of the page within the total set (startIndex
), and the actual key data (results
). -
The
results
field contains an array ofCustomTargetingKey
objects, providing detailed information about each key.
Captures a page of CustomTargetingKey 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 custom targeting keys contained within this page. |