type CmsMetadataCriteria (v202411)

  • CmsMetadataCriteria objects are used to target CmsMetadataValue objects.

  • The CmsMetadataCriteria object inherits from CustomCriteriaNode and CustomCriteriaLeaf.

  • Key fields of CmsMetadataCriteria include a required comparison operator and required cmsMetadataValueIds.

  • The comparison operator can be either EQUALS or NOT_EQUALS.

  • The cmsMetadataValueIds field uses an array of long values corresponding to CmsMetadataValue object IDs.

A CmsMetadataCriteria object is used to target CmsMetadataValue objects.


Namespace
https://www.google.com/apis/ads/publisher/v202411

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.