[[["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."],[[["`CmsMetadataCriteria` targets `CmsMetadataValue` objects for ad rule creation."],["It uses comparison operators (EQUALS, NOT_EQUALS) to define the targeting logic."],["Targeting is based on specific `CmsMetadataValue` IDs provided within the criteria."],["`CmsMetadataCriteria` inherits from `CustomCriteriaLeaf` and `CustomCriteriaNode`, providing flexibility in rule structure."]]],["The content describes `CmsMetadataCriteria`, used for targeting `CmsMetadataValue` objects, within the AdRuleService and other services like AdjustmentService, AudienceSegmentService, etc. It defines the `CmsMetadataCriteria` as inheriting from `CustomCriteriaNode` and `CustomCriteriaLeaf`. This criteria has two key fields: `operator` which uses the `EQUALS` or `NOT_EQUALS` comparison, and `cmsMetadataValueIds`, an array of long IDs for targeted CMS metadata values. The namespace is specified as `https://www.google.com/apis/ads/publisher/v202408`.\n"]]