Skip to content

Commit a3a0a9b

Browse files
committed
fixes
1 parent 72e41ca commit a3a0a9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To create a Destination Filter:
4040

4141
## Destination Filters API
4242

43-
The Destination Filters API provides more power than Segment's dashboard Destination Filters settings. With the API, you can create complex filters that are conditionally applied using Segment's [Filter Query Language (FQL)](/docs/config-api/fql).
43+
The Destination Filters API provides more power than Segment's dashboard Destination Filters settings. With the API, you can create complex filters that are conditionally applied using Segment's [Filter Query Language (FQL)](docs/api/config-api/fql/).
4444

4545
The Destination Filters API offers four different filter types:
4646

@@ -51,7 +51,7 @@ The Destination Filters API offers four different filter types:
5151
| `whitelist_fields` | Only sends whitelisted properties to the destination. |
5252
| `blocklist_fields` | Doesn't send blocklisted properties to the destination. |
5353

54-
To learn more, read Segment's [Destination Filters API docs](https://reference.segmentapis.com/#6c12fbe8-9f84-4a6c-848e-76a2325cb3c5){:target="_blank"}.
54+
To learn more, read Segment's [Destination Filters API docs](https://docs.segmentapis.com/tag/Destination-Filters){:target="_blank"}.
5555

5656
## Examples
5757

@@ -96,7 +96,7 @@ In the example below, the rule prevents an event from sending if `Order Complete
9696

9797
### Sample a percentage of events
9898

99-
Using the [Destination Filters API](https://reference.segmentapis.com/#6c12fbe8-9f84-4a6c-848e-76a2325cb3c5){:target="_blank"}, you can create a rule to randomly sample video heartbeat events.
99+
Using the [Destination Filters API](https://docs.segmentapis.com/tag/Destination-Filters){:target="_blank"}, you can create a rule to randomly sample video heartbeat events.
100100

101101
### Drop events
102102

@@ -108,7 +108,7 @@ Using the [Destination Filters API](https://reference.segmentapis.com/#6c12fbe8-
108108

109109
Some destinations offer settings that also allow you to filter data. For example, the Facebook App Events destination allows you to map `Screen` events to `Track` events. Because Destination Filters are evaluated and applied _before_ the Destination settings are applied, they can conflict with your settings.
110110

111-
In the example in [the video](https://www.youtube.com/watch?v=47dhAF1Hoco){:target="_blank"}, if you have a Destination Filter that filters Track events _and_ you have the **Use Screen Events as Track Events** setting enabled, `Track` events drop, but `Screen` events still process. The destination settings transform it into a `Track` event - *after* the filters.
111+
For example, if you have a Destination Filter that filters Track events _and_ you have the **Use Screen Events as Track Events** setting enabled, `Track` events drop, but `Screen` events still process. The destination settings transform it into a `Track` event - *after* the filters.
112112

113113
#### Error handling
114114

0 commit comments

Comments
 (0)