type CmsMetadataCriteria (v202505)

  • A CmsMetadataCriteria object is used to target CmsMetadataValue objects.

  • The CmsMetadataCriteria object has an operator field which is required and uses comparison operators like EQUALS and NOT_EQUALS.

  • The CmsMetadataCriteria object also has a required cmsMetadataValueIds field which is an array of IDs for the CmsMetadataValue objects being targeted.

  • CmsMetadataCriteria inherits from CustomCriteriaLeaf and CustomCriteriaNode.

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

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.