type AdUnitTargeting (v202411)

  • AdUnitTargeting object defines targeting criteria for ad units, enabling inclusion or exclusion of specific ad units and their descendants.

  • It utilizes adUnitId to identify the targeted or excluded ad unit and includeDescendants to determine if targeting should apply to its descendants as well.

  • By default, targeting an ad unit includes all of its descendants, which can be modified by setting includeDescendants to false.

Represents targeted or excluded ad units.


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

Field

adUnitId

xsd:string

Included or excluded ad unit id.

includeDescendants

xsd:boolean

Whether or not all descendants are included (or excluded) as part of including (or excluding) this ad unit. By default, the value is true which means targeting this ad unit will target all of its descendants.