type CmsMetadataCriteria (v202505)

  • CmsMetadataCriteria is used to target CmsMetadataValue objects and is applicable across various services like AdRuleService, AdjustmentService, and LineItemService.

  • It inherits from CustomCriteriaNode and CustomCriteriaLeaf, indicating a hierarchical structure.

  • Key fields include an operator to specify the comparison type and cmsMetadataValueIds which are required to target CMS metadata.

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.