Skip to main content

Operators

Audience rules support the following operators, depending on the data type of the selected attribute:

OperatorAttribute TypeMeaning
isAnyMatches exactly
is notAnyDoes not match exactly
containsString, ArrayString: Has substring , Array: Has element
does not containString, ArrayString: Does not have substring , Array: Does not have element
matches regexStringMatches Go regular expression
>Number, TimeGreater than
<Number, TimeLess than
>=Number, TimeGreater than or equal to
<=Number, TimeLess than or equal to
is trueBooleanIs True
is falseBooleanIs False
is nullAnyIs missing
is not nullAnyIs present