Destination filters
Last updated
Was this helpful?
Last updated
Was this helpful?
With filters, you have the possibility to define some conditions. As a result, some events will be sent and some don't, according to your conditions.
Use the dropdown to select the property on which you want to filter, then select the operator and the value to filter on.
Available operators:
is
isn't
contains
doesn't contain
starts with
doesn't start with
ends with
doesn't end with
exists
doesn't exist
is empty
An "Advanced" filter can be used when a simple one is not sufficient.
The simple filter will be automatically transcribed into the advanced one, but the opposite is not possible, as advanced functions are not supported by the simple filter.
Supported operators:
= (equals to)
> (smaller than)
< (greater than)
!= (different from)
Supported conditions:
AND
OR
Supported functions:
Both simple and advanced filter can manage regex:
match regex (see also '' section)
doesn't match the regex (see also '' section)
With Advanced filter, you can use formula and advanced , simply click on the button on the right of the field to see all available functions.
To know how to build a regex, please refer to .