Skip to content

Commit caa38af

Browse files
authored
Merge pull request #7290 from segmentio/fix-broken-destination-filters-link
Update Destination Filter Query Language API Links
2 parents be72e8c + 627576f commit caa38af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/api/public-api/fql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ redirect_from:
77

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

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"}.
1011

11-
Destination Filter Reference documentation can be found in the [main Config API reference docs](https://reference.segmentapis.com/#6c12fbe8-9f84-4a6c-848e-76a2325cb3c5).
12-
13-
The Transformations API uses Filter Query Language (FQL) to filter JSON objects and conditionally apply transformations. You can use FQL statements to:
12+
The [Transformations API](https://docs.segmentapis.com/tag/Transformations/){:target="_blank"} 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.
1514
- [Define new properties based on the result of an FQL statement](/docs/protocols/transform/#use-cases).
1615

0 commit comments

Comments
 (0)