abstract type CustomCriteriaNode (v202402)
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 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 specific 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/v202402` namespace."],["This object is used by various services including AdRuleService, AdjustmentService and others to manage custom targeting."]]],["The core content defines `CustomCriteriaNode` as a component within a custom targeting tree. It can be a `CustomCriteriaSet` (non-leaf) or `CustomCriteriaLeaf` (leaf). This structure is used across multiple services, including `AdRuleService`, `AdjustmentService`, `AudienceSegmentService`, `ForecastService`, `LineItemService`, and others. The custom targeting tree follows the rules in `Targeting.customTargeting` and relies on `CustomCriteriaSet` for its structure. The namespace is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]