type CmsMetadataCriteria (v202505)

  • A CmsMetadataCriteria object is used to target CmsMetadataValue objects.

  • This object is part of the https://www.google.com/apis/ads/publisher/v202505 namespace.

  • The CmsMetadataCriteria object has two main fields: operator and cmsMetadataValueIds.

  • The operator field, which is required, specifies the comparison operator to be used and supports EQUALS and NOT_EQUALS enumerations.

  • The required cmsMetadataValueIds field is an array of long values representing the IDs of CmsMetadataValue objects for targeting.

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.