[[["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 objects are used for targeting specific CmsMetadataValue objects within Google Ad Manager."],["This targeting is achieved by comparing metadata values using operators like \"EQUALS\" or \"NOT_EQUALS\"."],["You need to provide the IDs of the desired CmsMetadataValue objects for targeting to work."],["CmsMetadataCriteria inherits properties from CustomCriteriaNode and CustomCriteriaLeaf."]]],["The core content outlines the `CmsMetadataCriteria` object used for targeting `CmsMetadataValue` objects, found within various services like `AdRuleService`, `AdjustmentService`, and `ProposalLineItemService`. This criteria utilizes an `operator` (either `EQUALS` or `NOT_EQUALS`) for comparison. It includes a `cmsMetadataValueIds` field, requiring an array of `long` type to specify the target `CmsMetadataValue` object IDs, and inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`.\n"]]