[[["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 2024-08-20 UTC."],[[["A `CustomCriteriaNode` represents a node within the custom targeting tree in Google Ad Manager."],["These nodes 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 defined by the `Targeting.customTargeting` property."],["Various services within Ad Manager, such as `AdRuleService` and `LineItemService`, utilize `CustomCriteriaNode` for targeting purposes."]]],["The core content outlines the structure of custom targeting within an ad management system. It defines `CustomCriteriaNode` as a component in a targeting tree, which can be a `CustomCriteriaSet` (non-leaf) or a `CustomCriteria` (leaf). Several services interact with this node: `AdRuleService`, `AdjustmentService`, and others. The `CustomCriteriaNode` is also linked to `CustomCriteriaLeaf` and `CustomCriteriaSet` through inheritance and dependencies. The entire custom targeting system adheres to rules set in `Targeting.customTargeting`.\n"]]