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."],["These nodes can be either `CustomCriteriaSet` (non-leaf, representing a group) or `CustomCriteria` (leaf, representing a specific criterion)."],["The structure and rules of this custom targeting tree are governed by `Targeting.customTargeting`."],["Various services like `AdRuleService`, `ProposalService`, and others utilize `CustomCriteriaNode` for defining targeting."]]],["The document outlines various services and their relationship to `CustomCriteriaNode` within a targeting system. Services include `AdRuleService`, `AdjustmentService`, `AudienceSegmentService`, `ForecastService`, `LineItemService`, and others. `CustomCriteriaNode` acts as a building block in a custom targeting tree, capable of being either a non-leaf `CustomCriteriaSet` or a leaf `CustomCriteria`. The `CustomCriteriaNode` structure and targeting adhere to rules within `Targeting.customTargeting`. The namespace for these elements is specified.\n"]]