type TargetingPresetPage (v202411)

  • The TargetingPresetService allows for querying and retrieving TargetingPreset objects.

  • TargetingPresetPage objects represent a page of query results, containing TargetingPresetDto objects.

  • Key properties of a TargetingPresetPage include the total result set size, the starting index of the page, and the results themselves.

Captures a paged query of TargetingPresetDto 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

TargetingPreset[]

The collection of line items contained within this page.