type AdUnitTargeting (v202408)
Represents targeted or excluded ad units.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["AdUnitTargeting allows you to include or exclude specific ad units for targeting."],["It provides control over targeting by including or excluding descendant ad units with the `includeDescendants` field."],["The `adUnitId` field is used to specify the targeted or excluded ad unit."]]],["This document details the `AdUnitTargeting` feature, used across multiple services like `AdRuleService`, `AdjustmentService`, `ForecastService`, and `ProposalLineItemService`. `AdUnitTargeting` specifies which ad units are targeted or excluded, utilizing `adUnitId` to identify them. The `includeDescendants` boolean field controls whether targeting an ad unit also includes its children; the default is `true`, including all descendants. It operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]