Skip to content

Config API fixes #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions src/_data/sidenav/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ sections:
title: API Design
- path: /config-api/authentication
title: Authentication
- section_title: Destination Filters
slug: config-api/destination-filters
section:
- path: /config-api/destination-filters
title: Destination Filters API (Beta)
- path: /config-api/destination-filters/fql
title: Filter Query Language
- path: "https://reference.segmentapis.com/"
title: Reference
menu_icon: new-tab
- path: /config-api/fql
title: Destination Filter Query Language
- path: "https://reference.segmentapis.com/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a different key for for an external link?

One https://segment.build/docs/config-api/destination-filters/fql/, this Reference link is broken and sends you to

https://app.segment.build/docshttps:/reference.segmentapis.com/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, that's not good. I'm going to have to file a bug for that.

title: Reference
menu_icon: new-tab
- path: /config-api/tutorial-javascript-google-analytics
title: Creating a Javascript web source and Google Analytics destination
9 changes: 0 additions & 9 deletions src/config-api/destination-filters/index.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: Filter Query Language
title: Destination Filter Query Language
hidden: true
---

Destination Filter Reference documentation can be found in the [main Config API reference docs](https://reference.segmentapis.com/#6c12fbe8-9f84-4a6c-848e-76a2325cb3c5).

Filter Query Language ("FQL") is a simple language for filtering JSON objects
used by the Transformations API to conditionally apply transformations. In the
Transformations API, FQL statements evaluate to `true` or `false` based on the
Expand Down Expand Up @@ -178,4 +180,3 @@ PII to be incorrectly sent to Destinations.

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