[[["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, enabling you to refine your audience based on CMS metadata."],["It utilizes comparison operators (`EQUALS`, `NOT_EQUALS`) to define the relationship between your targeting criteria and the CMS metadata values."],["To use `CmsMetadataCriteria`, you need to specify the IDs of the relevant `CmsMetadataValue` objects."],["It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`, providing flexibility in constructing complex targeting rules."]]],["The content outlines the structure and usage of `CmsMetadataCriteria` within a service namespace. `CmsMetadataCriteria` targets `CmsMetadataValue` objects, utilizing comparison operators (`EQUALS`, `NOT_EQUALS`) defined in `CmsMetadataCriteria.ComparisonOperator`. It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`. Key information includes the required `operator` and `cmsMetadataValueIds` fields, with the latter holding an array of long IDs referencing `CmsMetadataValue` objects. The services which use `CmsMetadataCriteria` include `AdRuleService`, `AdjustmentService`, `AudienceSegmentService` and others.\n"]]