[[["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-11-19 UTC."],[[["A CustomCriteriaSet uses logical operators (AND, OR) to combine CustomCriteriaNode objects for targeting."],["This targeting structure adheres to the rules defined in Targeting.customTargeting and is used to create specific audience segments."],["CustomCriteriaSets are essential for building complex targeting scenarios by grouping various criteria nodes, including leaves (representing individual targeting criteria)."],["The key components of a CustomCriteriaSet are the logical operator and its children, which can be other sets, nodes, or individual criteria like audience segments or CMS metadata."],["This framework enables publishers to precisely target their desired audience by combining different criteria and controlling their relationships through logical operations."]]],["The content defines the `CustomCriteriaSet`, which is composed of `CustomCriteriaNode` objects. These nodes are connected by a `logicalOperator`, which can be either `AND` or `OR`. The `children` attribute, within `CustomCriteriaSet`, specifies the criteria, allowing for a hierarchy with `CustomCriteriaNode`, `CustomCriteriaSet`, `CustomCriteriaLeaf`, `CustomCriteria`, `CmsMetadataCriteria`, and `AudienceSegmentCriteria`. The structure of this targeting tree is further governed by the rules set on `Targeting.customTargeting`. The namespace for these service is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]