[[["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` targets `CmsMetadataValue` objects for ad rule targeting."],["It uses comparison operators (EQUALS, NOT_EQUALS) to define targeting criteria."],["`cmsMetadataValueIds` specify the target `CmsMetadataValue` objects."],["It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`."]]],["The document details `CmsMetadataCriteria`, used for targeting `CmsMetadataValue` objects, within various services like `AdRuleService`, `ForecastService`, etc. It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`. Key components include the `operator` field, which specifies the comparison type (`EQUALS` or `NOT_EQUALS`), and `cmsMetadataValueIds`, an array of IDs used to target specific CMS metadata. Both these fields are mandatory for the `CmsMetadataCriteria`.\n"]]