AI-generated Key Takeaways
-
A CmsMetadataCriteria object is used to target CmsMetadataValue objects.
-
The CmsMetadataCriteria object has an operator field to specify the comparison and a cmsMetadataValueIds field to list the IDs of CmsMetadataValue objects.
-
The operator field is required and accepts 'EQUALS' or 'NOT_EQUALS'.
-
The cmsMetadataValueIds field is required and accepts an array of long integers representing the IDs of 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/v202411
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. |