[[["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."],[[["The `CmsMetadataCriteria` object facilitates targeting based on `CmsMetadataValue` objects."],["It allows you to specify a comparison operator (`EQUALS` or `NOT_EQUALS`) and target specific `CmsMetadataValue` objects via their IDs."],["This criteria is part of the broader `CustomCriteria` framework, inheriting properties from both `CustomCriteriaNode` and `CustomCriteriaLeaf`."]]],["The core content outlines the use of `CmsMetadataCriteria` for targeting `CmsMetadataValue` objects within various services like `AdRuleService`, `AudienceSegmentService`, and others. It details the inheritance structure involving `CustomCriteriaNode` and `CustomCriteriaLeaf`. The `CmsMetadataCriteria` object requires two key attributes: `operator`, defining the comparison type (either `EQUALS` or `NOT_EQUALS`), and `cmsMetadataValueIds`, which specifies the IDs of the targeted `CmsMetadataValue` objects. These objects facilitate CMS metadata targeting.\n"]]