Skip to content

Commit befefcf

Browse files
committed
update Destination Filters API link
1 parent 0c806ae commit befefcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/api/public-api/fql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ redirect_from:
77

88
{% include content/papi-ga.html %}
99

10-
11-
Destination Filter Reference documentation can be found in the [main Config API reference docs](https://reference.segmentapis.com/#6c12fbe8-9f84-4a6c-848e-76a2325cb3c5).
10+
This reference provides a comprehensive overview of the Segment Destination Filter query language. For information on the Destination Filters API (including information on migrating from the Config API), visit the [Destination Filters API reference](https://docs.segmentapis.com/tag/Destination-Filters){:target="_blank"}.
1211

1312
The Transformations API uses Filter Query Language (FQL) to filter JSON objects and conditionally apply transformations. You can use FQL statements to:
1413
- Apply filters that evaluate to `true` or `false` based on the contents of each Segment event. If the statement evaluates to `true`, the transformation is applied, and if it is `false` the transformation is not applied.

0 commit comments

Comments
 (0)