type AdRulePage (v202505)

  • AdRulePage captures a page of AdRule objects.

  • It includes fields for the total result set size, the starting index of the page, and a collection of AdRule results.

  • AdRulePage is a dependency of the getAdRulesByStatement() method within the AdRuleService.

Captures a page of AdRule objects.


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

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.