type CmsMetadataCriteria (v202508)

  • A CmsMetadataCriteria object is used to target CmsMetadataValue objects.

  • This object inherits from CustomCriteriaNode and CustomCriteriaLeaf.

  • Key fields include operator, which defines the comparison, and cmsMetadataValueIds, which specifies the IDs of the targeted CMS metadata values.

  • The operator field is a ComparisonOperator enumeration with EQUALS and NOT_EQUALS options.

  • Both the operator and cmsMetadataValueIds attributes are required for a CmsMetadataCriteria object.

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.