Page Summary
-
CmsMetadataCriteriais used to targetCmsMetadataValueobjects and is applicable across various services like AdRuleService, AdjustmentService, and LineItemService. -
It inherits from
CustomCriteriaNodeandCustomCriteriaLeaf, indicating a hierarchical structure. -
Key fields include an
operatorto specify the comparison type andcmsMetadataValueIdswhich are required to target CMS metadata.
A CmsMetadataCriteria
object is used to target CmsMetadataValue
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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.

