AI-generated Key Takeaways
- 
          CmsMetadataCriteria objects are used for targeting CmsMetadataValue objects. 
- 
          The CmsMetadataCriteria object inherits from CustomCriteriaNode and CustomCriteriaLeaf. 
- 
          CmsMetadataCriteria has two main fields: operator for comparison and cmsMetadataValueIds for targeting CMS metadata. 
- 
          The comparison operator can be either EQUALS or NOT_EQUALS. 
- 
          The cmsMetadataValueIds field is a list of long integers representing the IDs of the CmsMetadataValue objects to target. 
A CmsMetadataCriteria object is used to target CmsMetadataValue objects.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Field | |
|---|---|
| CustomCriteriaNode(inherited) | |
| CustomCriteriaLeaf(inherited) | |
| CmsMetadataCriteria | |
| 
                            | 
                            The comparison operator. This attribute is required. Enumerations 
 | 
| 
                            | 
                            The ids of CmsMetadataValue objects used to target CMS metadata. This attribute is required. |