type CustomTargetingKeyPage (v202411)

  • 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 of CustomTargetingKey objects, providing detailed information about each key.

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

CustomTargetingKey[]

The collection of custom targeting keys contained within this page.