Operators

This entry provides detailed information on the API filter operators.

Contents of the Table

Filters

The following filter operators can be used to limit the data output.

Dimensions

FunctionSQL OperatorAPI OperatorExample
IncludesINinclude{"dimension":"flx_pixel_id","include":["1234","5678"]}
ExcludesNOT INexclude{"dimension":"flx_pixel_id","exclude":["1234","5678"]}
ContainsLIKEcontains{"dimension":"flx_site_domain","contains":["test"]}
Does Not ContainNOT LIKEdoesNotContain{"dimension":"flx_site_domain","doesNotcontain":["test"]}


Measures

FunctionSQL OperatorAPI OperatorExample
Less Than<=max{"measure":"flx_total_events","max":"100"}
More Than>=min

{"measure":"flx_total_events","min":"1000"}