AI-generated Key Takeaways
-
CmsMetadataCriteria objects are used to target CmsMetadataValue objects.
-
The CmsMetadataCriteria object has an
operatorfield and acmsMetadataValueIdsfield, both of which are required attributes. -
The
operatorfield specifies the comparison operator, which can be EQUALS or NOT_EQUALS. -
The
cmsMetadataValueIdsfield is an array of long integers representing the IDs of the CmsMetadataValue objects. -
CmsMetadataCriteria inherits from CustomCriteriaLeaf and CustomCriteriaNode.
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. |