Query Filters
Filter groups allow you to do queries by event’s metadata.
Filters consist of:
filter_groups
- conditions joined with ORfilters
- conditions joined with AND
Conditions:
field_name
- metadata propertyoperator
- condition operator- Equal
=
- Greater than or equal
>=
- Less than or equal
<=
- Less than
<
- Greater than
>
- Not equal
<>
- Is null
IS NULL
- Is not null
IS NOT NULL
- Equal
value
- condition value
Example:
All events that have path equal to /mobile-app OR /blog
All events that have path equal to / AND referrer equal to google.com