[[["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."],[[["CustomCriteriaSet allows publishers to define targeting criteria for yield groups using logical operators (AND, OR) and child criteria."],["It supports a variety of criteria including custom criteria, CMS metadata, and audience segments, providing flexible targeting options."],["The `logicalOperator` field is required and determines how the child criteria are combined (AND or OR)."],["`children` can include other CustomCriteriaNodes, CustomCriteriaSets, or CustomCriteriaLeafs, allowing for complex targeting logic."],["CustomCriteriaSet is part of the YieldGroupService within the Google Ad Manager API."]]],["The core content outlines the structure and components of `CustomCriteriaSet` within the `YieldGroupService`. This includes the `CustomCriteriaSet`'s `logicalOperator`, which can be `AND` or `OR`, determining how its children are evaluated. The `children` field encompasses an array of `CustomCriteriaNode`, `CustomCriteriaSet`, `CustomCriteriaLeaf`, `CustomCriteria`, `CmsMetadataCriteria`, and `AudienceSegmentCriteria`, forming a hierarchical targeting system, and is also an inherited property of `CustomCriteriaNode`. The relevant services utilizing this system include AdRule, Adjustment, AudienceSegment, and others.\n"]]