AI-generated Key Takeaways
-
A CmsMetadataCriteria object is used to target CmsMetadataValue objects.
-
The CmsMetadataCriteria object has an operator field which is a required attribute and uses ComparisonOperator enumerations like EQUALS and NOT_EQUALS.
-
The CmsMetadataCriteria object has a cmsMetadataValueIds field which is a required attribute containing an array of longs representing the ids of CmsMetadataValue objects.
A CmsMetadataCriteria
object is used to target CmsMetadataValue
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field
CustomCriteriaNode
(inherited)CustomCriteriaLeaf
(inherited)CmsMetadataCriteria
operator
CmsMetadataCriteria.Compari...
The comparison operator. This attribute is required.
Enumerations
-
EQUALS -
NOT_EQUALS
cmsMetadataValueIds
xsd:
long[]
The ids of CmsMetadataValue objects used to target CMS metadata. This attribute is required.

