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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eAdUnitTargeting allows publishers to include or exclude specific ad units for targeting.\u003c/p\u003e\n"],["\u003cp\u003eIt is defined within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTargeting can be extended to descendant ad units using the \u003ccode\u003eincludeDescendants\u003c/code\u003e field, which is \u003ccode\u003etrue\u003c/code\u003e by default.\u003c/p\u003e\n"],["\u003cp\u003eAdUnitTargeting utilizes two main fields: \u003ccode\u003eadUnitId\u003c/code\u003e for specifying the targeted/excluded unit and \u003ccode\u003eincludeDescendants\u003c/code\u003e for controlling descendant inclusion.\u003c/p\u003e\n"]]],["The core content defines `AdUnitTargeting`, which represents targeted or excluded ad units within various services. Key services mentioned include AdRuleService, AdjustmentService, AudienceSegmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService. It involves specifying an `adUnitId` and determining `includeDescendants`, a boolean value determining if descendant ad units are included, which is true by default. The namespace for this is also provided.\n"],null,["# type AdUnitTargeting (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.AdUnitTargeting) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.AdUnitTargeting) [AudienceSegmentService](/ad-manager/api/reference/v202411/AudienceSegmentService.AdUnitTargeting) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.AdUnitTargeting) **LineItemService** [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.AdUnitTargeting) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.AdUnitTargeting) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.AdUnitTargeting) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.AdUnitTargeting) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.AdUnitTargeting) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.AdUnitTargeting) **Dependencies** \n[InventoryTargeting](/ad-manager/api/reference/v202411/LineItemService.InventoryTargeting) \n▼\n**AdUnitTargeting**\n\nRepresents targeted or excluded ad units.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `adUnitId` | ` `xsd:`string` Included or excluded ad unit id. |\n| ### `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. |"]]