[[["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 CMS metadata targeting."],["It utilizes a comparison operator (`EQUALS` or `NOT_EQUALS`) and requires `cmsMetadataValueIds` for targeting specific values."],["Inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`, providing flexibility in defining custom criteria."],["The `cmsMetadataValueIds` field specifies the IDs of the `CmsMetadataValue` objects to target."]]],["The `CmsMetadataCriteria` object targets `CmsMetadataValue` objects using specified IDs. It uses `operator` to define the comparison type, which can be `EQUALS` or `NOT_EQUALS`. The `cmsMetadataValueIds` field, comprised of an array of long integers, denotes the IDs of targeted metadata. This object is used across various services including `AdRuleService`, `AdjustmentService`, `AudienceSegmentService`, and others to refine ad targeting. It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`.\n"]]