The following keywords can be used as predicates in Google Ads reports:
Enumeration | Description |
---|---|
| Checks if the field is equal to the given value. This operator is used with integers, dates, booleans, strings, enums, and sets. |
| Checks if the field does not equal the given value. This operator is used with integers, booleans, strings, enums, and sets. |
| Checks if the field is equal to one of the given values. This operator accepts multiple operands and is used with integers, booleans, strings, and enums. |
| Checks if the field does not equal any of the given values. This operator accepts multiple operands and is used with integers, booleans, strings, and enums. |
| Checks if the field is greater than the given value. This operator is used with numbers and dates. |
| Checks if the field is greater or equal to the given value. This operator is used with numbers and dates. |
| Checks if the field is less than the given value. This operator is used with numbers and dates. |
| Checks if the field is less or equal to than the given value. This operator is used with numbers and dates. |
| Checks if the field starts with the given value. This operator is used with strings. |
| Checks if the field starts with the given value, ignoring case. This operator is used with strings. |
| Checks if the field contains the given value as a substring. This operator is used with strings. |
| Checks if the field contains the given value as a substring, ignoring case. This operator is used with strings. |
| Checks if the field does not contain the given value as a substring. This operator is used with strings. |
| Checks if the field does not contain the given value as a substring, ignoring case. This operator is used with strings. |
| Checks if the field contains any of the given values. This operator accepts multiple values and is used on sets of numbers or strings. |
| Checks if the field contains all of the given values. This operator accepts multiple values and is used on sets of numbers or strings. |
| Checks if the field contains none of the given values. This operator accepts multiple values and is used on sets of numbers or strings. |
Keywords CONTAINS_ANY
, CONTAINS_ALL
, CONTAINS_NONE
, UNKNOWN
can only be used with labels.
Fields whose data type is Double can be used only with the following operators in predicates: LESS_THAN
or GREATER_THAN
.