type CmsMetadataCriteria (v202411)

  • A CmsMetadataCriteria object targets CmsMetadataValue objects, enabling you to refine your ad targeting based on CMS metadata.

  • It utilizes a comparison operator (EQUALS or NOT_EQUALS) to match specific CmsMetadataValue IDs.

  • You must provide the IDs of the desired CmsMetadataValue objects to define the targeting criteria.

  • It inherits from CustomCriteriaNode and CustomCriteriaLeaf, providing flexibility in structuring your targeting rules.

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.