Skip to content

Commit e16065f

Browse files
authored
Config API fixes (#282)
1 parent 3ef7fcb commit e16065f

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

src/_data/sidenav/api.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@ sections:
88
title: API Design
99
- path: /config-api/authentication
1010
title: Authentication
11-
- section_title: Destination Filters
12-
slug: config-api/destination-filters
13-
section:
14-
- path: /config-api/destination-filters
15-
title: Destination Filters API (Beta)
16-
- path: /config-api/destination-filters/fql
17-
title: Filter Query Language
18-
- path: "https://reference.segmentapis.com/"
19-
title: Reference
20-
menu_icon: new-tab
11+
- path: /config-api/fql
12+
title: Destination Filter Query Language
13+
- path: "https://reference.segmentapis.com/"
14+
title: Reference
15+
menu_icon: new-tab
2116
- path: /config-api/tutorial-javascript-google-analytics
2217
title: Creating a Javascript web source and Google Analytics destination

src/config-api/destination-filters/index.md

-9
This file was deleted.

src/config-api/destination-filters/fql.md renamed to src/config-api/fql.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: Filter Query Language
2+
title: Destination Filter Query Language
33
hidden: true
44
---
55

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+
68
Filter Query Language ("FQL") is a simple language for filtering JSON objects
79
used by the Transformations API to conditionally apply transformations. In the
810
Transformations API, FQL statements evaluate to `true` or `false` based on the
@@ -178,4 +180,3 @@ PII to be incorrectly sent to Destinations.
178180

179181
For this reason, we strongly recommend that you use the Destination Filters
180182
"Preview" API to test your filters without impacting your production data.
181-

0 commit comments

Comments
 (0)