[[["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."],[[["CmsMetadataCriteria targets CmsMetadataValue objects for precise audience selection."],["It uses comparison operators (EQUALS, NOT_EQUALS) to define targeting criteria."],["CmsMetadataValueIds specify the CMS metadata values for targeting."],["It inherits properties from CustomCriteriaNode and CustomCriteriaLeaf for flexible targeting options."]]],["The `CmsMetadataCriteria` object targets `CmsMetadataValue` objects. It utilizes a comparison `operator`, which can be `EQUALS` or `NOT_EQUALS`. The object also requires a list of `cmsMetadataValueIds`, which are the IDs of `CmsMetadataValue` objects used for targeting. This is used within various services such as `AdRuleService`, `AudienceSegmentService`, and `ProposalLineItemService` that use custom targeting. It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`.\n"]]