AI-generated Key Takeaways
-
A
CmsMetadataCriteria
object targetsCmsMetadataValue
objects, enabling you to refine your ad targeting based on CMS metadata. -
It utilizes a comparison operator (
EQUALS
orNOT_EQUALS
) to match specificCmsMetadataValue
IDs. -
You must provide the IDs of the desired
CmsMetadataValue
objects to define the targeting criteria. -
It inherits from
CustomCriteriaNode
andCustomCriteriaLeaf
, 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
|
|
|
The comparison operator. This attribute is required. Enumerations
|
|
The ids of CmsMetadataValue objects used to target CMS metadata. This attribute is required. |