type AdRulePage (v202411)

  • AdRulePage objects represent a page within a larger set of AdRule objects, providing access to a subset of rules.

  • The AdRulePage structure includes the total number of AdRules, the starting position of the current page, and the AdRule objects themselves.

  • This page is part of the AdRuleService within the Google Ad Manager API, allowing for programmatic management of ad rules.

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

AdRule[]

The collection of ad rules contained within this page.