abstract type CustomCriteriaNode (v202411)
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["A `CustomCriteriaNode` represents a node within the custom targeting tree in Google Ad Manager."],["It can be either a `CustomCriteriaSet` (non-leaf, representing a group) or a `CustomCriteria` (leaf, representing a single criterion)."],["The structure and rules of the custom targeting tree are governed by the `Targeting.customTargeting` field."],["`CustomCriteriaNode` objects reside within the `https://www.google.com/apis/ads/publisher/v202411` namespace."],["This object is used by various services like AdRuleService, AdjustmentService and others to manage custom targeting."]]],["The core content outlines the structure of custom targeting within an ad management system. It details the use of `CustomCriteriaNode`, which can be either a `CustomCriteriaSet` (grouping node) or a `CustomCriteriaLeaf` (individual criterion). These nodes form a tree structure governing ad targeting, following rules defined in `Targeting.customTargeting`. Several services, including `AdRuleService`, `ForecastService`, and `NativeStyleService`, utilize this node type, which is part of the `v202411` namespace.\n"]]