[[["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-08-20 UTC."],[[["A `CmsMetadataCriteria` object allows targeting of specific `CmsMetadataValue` objects, enabling refined audience segmentation."],["It utilizes comparison operators and requires specifying `cmsMetadataValueIds` for targeting."],["Inheriting from `CustomCriteriaNode` and `CustomCriteriaLeaf`, it integrates with the broader custom criteria framework."]]],["The provided content outlines service interactions and data structures within an ad management system. Key services include `AdRuleService`, `AdjustmentService`, `AudienceSegmentService`, `ForecastService`, and others. `CmsMetadataCriteria` is utilized to target `CmsMetadataValue` objects. It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`. It requires two fields: the `operator` for comparison (with `EQUALS` and `NOT_EQUALS` as possible values) and `cmsMetadataValueIds`, an array of long integers referencing targeted metadata values.\n"]]