Page Summary
-
A CustomCriteria object is used for custom criteria targeting on specific types of custom targeting keys.
-
It includes inherited fields from CustomCriteriaNode and CustomCriteriaLeaf.
-
Key fields are keyId, valueIds, and operator for defining the targeting criteria.
-
The keyId refers to the id of a CustomTargetingKey created using the CustomTargetingService.
-
valueIds are the ids of CustomTargetingValue objects used for targeting, and operator specifies the comparison to use.
A CustomCriteria object is used to perform custom criteria targeting on custom targeting keys of type CustomTargetingKey.Type.PREDEFINED or CustomTargetingKey.Type.FREEFORM .
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
CustomCriteriaNode
(inherited)CustomCriteriaLeaf
(inherited)CustomCriteria
keyId
xsd:
long
The CustomTargetingKey.id of the CustomTargetingKey object that was created using CustomTargetingService . This attribute is required.
valueIds
xsd:
long[]
The ids of CustomTargetingValue objects to target the custom targeting key with id CustomCriteria.keyId . This attribute is required.
operator
CustomCriteria.ComparisonOp...
The comparison operator. This attribute is required.
Enumerations
-
IS -
IS_NOT

