abstract type CustomCriteriaNode (v202405)
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["A CustomCriteriaNode is a part of the custom targeting tree in Google Ad Manager and can be either a set (non-leaf) or a criteria (leaf)."],["Custom criteria targeting adheres to the rules outlined in Targeting.customTargeting."],["This node is used by various services, including LineItemService, AdRuleService, AdjustmentService, and others."],["The structure allows for nested targeting with CustomCriteriaSets containing other CustomCriteriaNodes, offering flexibility."]]],["The document outlines the structure of custom targeting within an ad management system. Key services include AdRuleService, AdjustmentService, AudienceSegmentService, ForecastService, LineItemService, and others. It defines `CustomCriteriaNode` as a component in the custom targeting tree, which can be either a `CustomCriteriaSet` (non-leaf node) or a `CustomCriteria` (leaf node). `CustomCriteriaNode` structure can follow `CustomCriteriaLeaf` or `CustomCriteriaSet`. The custom targeting tree adheres to rules set in `Targeting.customTargeting`.\n"]]