Data filters
- " name": "data_field",
- " value": "value1",
- " match": "\<|>|\<=|>=”
where the " value" field is just one value. The "match" can be "\<" for less than value, ">" for greater than value, "\<=" for less than or equal to value, or ">=" for greater than or equal to value.
If adata_field
is in percent format, its value should also be divided by one hundred (30% becomes 0.3). Note, that this behavior is different in API and UI.