[[["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-02-13 UTC."],[[["The `CustomCriteriaSet` object defines a set of targeting criteria for yield groups, allowing for the specification of custom criteria."],["It utilizes a logical operator (AND/OR) to combine multiple criteria nodes or leaves, which include custom criteria, CMS metadata, and audience segments."],["These sets can be nested to create complex targeting scenarios for yield groups within Google Ad Manager."],["`CustomCriteriaSet` objects inherit from `CustomCriteriaNode`, further expanding the targeting options."],["Key fields include `logicalOperator` to define the combination logic and `children` to specify the individual criteria nodes or leaves."]]],["The document details `CustomCriteriaSet` functionalities within various services, including `AdRuleService`, `AdjustmentService`, `YieldGroupService`, and more. `CustomCriteriaSet` has a `logicalOperator` field, which is required and can be set to `AND` or `OR`. It also has a `children` field, accepting an array of `CustomCriteriaNode`, `CustomCriteriaSet`, `CustomCriteriaLeaf`, `CustomCriteria`, `CmsMetadataCriteria`, and `AudienceSegmentCriteria`. These elements establish targeting rules and dependencies for the services listed. `CustomCriteriaNode` is inherited by `CustomCriteriaSet`.\n"]]