type CmsMetadataCriteria (v202411)

  • The CmsMetadataCriteria object is used to target CmsMetadataValue objects.

  • The CmsMetadataCriteria object has two required fields: operator, which specifies the comparison operator, and cmsMetadataValueIds, which are the IDs of the CmsMetadataValue objects.

  • This criteria inherits from CustomCriteriaNode and CustomCriteriaLeaf.

  • It is used across various services including AdRule, Forecast, and LineItem services.

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.