[[["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."],[[["`CmsMetadataCriteria` enables targeting of content based on associated `CmsMetadataValue` objects."],["It uses comparison operators to define the targeting relationship between the content and the metadata values."],["`cmsMetadataValueIds` specifies the identifiers of the `CmsMetadataValue` objects used for targeting."],["The `operator` field defines the comparison operation used for targeting, such as \"equals\" or \"not equals\"."]]],["The core content outlines the `CmsMetadataCriteria` object's function in targeting `CmsMetadataValue` objects within the context of various services like `AdRuleService`, `AdjustmentService`, and `TargetingPresetService`. It details that `CmsMetadataCriteria` inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`. The object requires two attributes: `operator`, defining the comparison (`EQUALS` or `NOT_EQUALS`), and `cmsMetadataValueIds`, an array of IDs for the targeted `CmsMetadataValue` objects.\n"]]