AI-generated Key Takeaways
- 
          A CmsMetadataCriteriaobject is used to targetCmsMetadataValueobjects.
- 
          This object inherits from CustomCriteriaNodeandCustomCriteriaLeaf.
- 
          Key fields include operator, which defines the comparison, andcmsMetadataValueIds, which specifies the IDs of the targeted CMS metadata values.
- 
          The operatorfield is a ComparisonOperator enumeration withEQUALSandNOT_EQUALSoptions.
- 
          Both the operatorandcmsMetadataValueIdsattributes are required for aCmsMetadataCriteriaobject.
A CmsMetadataCriteria object is used to target CmsMetadataValue objects.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. |