You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config-api/fql.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
---
2
-
title: Filter Query Language
2
+
title: Destination Filter Query Language
3
3
hidden: true
4
4
---
5
5
6
+
Destination Filter Reference documentation can be found in the [main Config API reference docs](https://reference.segmentapis.com/#6c12fbe8-9f84-4a6c-848e-76a2325cb3c5).
7
+
6
8
Filter Query Language ("FQL") is a simple language for filtering JSON objects
7
9
used by the Transformations API to conditionally apply transformations. In the
8
10
Transformations API, FQL statements evaluate to `true` or `false` based on the
@@ -178,4 +180,3 @@ PII to be incorrectly sent to Destinations.
178
180
179
181
For this reason, we strongly recommend that you use the Destination Filters
180
182
"Preview" API to test your filters without impacting your production data.
0 commit comments