type TargetingPresetPage (v202508)

  • TargetingPresetPage captures a paged query of TargetingPresetDto objects.

  • The TargetingPresetPage includes fields for the total result set size, the starting index of the current page, and the collection of TargetingPreset objects within the page.

  • The namespace for this service is https://www.google.com/apis/ads/publisher/v202508.

Captures a paged query of TargetingPresetDto objects.


Namespace
https://www.google.com/apis/ads/publisher/v202508

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

TargetingPreset[]

The collection of line items contained within this page.