You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/event-filtering.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Unify Event Filtering lets you control which events reach your Unify space.
10
10
11
11
## Overview
12
12
13
-
With Unify Event Filtering, you can use block events that aren’t useful for [identity resolution](/docs/unify/identity-resolution/) or downstream activation, keeping your space cleaner and more efficient.
13
+
With Unify Event Filtering, you can use block events that aren’t useful for [Identity Resolution](/docs/unify/identity-resolution/) or downstream activation, keeping your space cleaner and more efficient.
14
14
15
15
Event Filtering is useful when you’re sending a lot of different event types into Segment but only some of them are relevant to Unify. For example, you might want to:
16
16
@@ -26,7 +26,7 @@ Unify Event Filtering works differently from [Destination Filters](/docs/connect
26
26
| Filter scope | All [sources](/docs/connections/sources/) connected to the space | One source for each destination |
27
27
| Filter action | Drops entire events | Can drop or modify events and fields |
28
28
| Setup | Created through API, visible in Unify UI | Created in UI or API |
29
-
| Timing | Before identity resolution| Before events get sent to a destination |
29
+
| Timing | Before Identity Resolution| Before events get sent to a destination |
30
30
31
31
This helps simplify your setup and reduce noise in profile data without needing repeaters, webhooks, or custom logic.
32
32
@@ -39,7 +39,7 @@ Keep the following in mind as you work with Unify Event Filtering:
39
39
- Filters are configured at the space level. You don’t create filters per source. Instead, one set of filters applies to all sources connected to the space.
40
40
- The filtering logic is based on [Filter Query Language](/docs/api/public-api/fql/). If you’ve used Destination Filters before, it works the same way. You can write expressions to match events based on type, name, traits, properties, or values.
41
41
- Matching is inclusive: if an event matches any filter, Segment drops it.
42
-
- Filtering happens **before**identity resolution; dropped events never reach the profile graph and won’t affect trait updates or [computed traits](/docs/unify/traits/computed-traits/).
42
+
- Filtering happens **before**Identity Resolution; dropped events never reach the profile graph and won’t affect trait updates or [computed traits](/docs/unify/traits/computed-traits/).
43
43
44
44
As a result, Unify Event Filtering helps you keep profile data clean from the start, without having to preprocess or transform events outside of Segment.
45
45
@@ -79,6 +79,6 @@ Unify Event Filtering is most useful when you want to keep noisy, irrelevant, or
79
79
| Test before enabling | Use the [preview endpoint](https://docs.segmentapis.com/tag/Destination-Filters#operation/previewDestinationFilter){:target="_blank"} to check filter behavior before turning it on. |
80
80
81
81
82
-
Unify Event Filtering gives you an early control point for managing the quality of data entering your space. It helps reduce noise, control costs, and improve the accuracy of profile data before any identity resolution takes place.
82
+
Unify Event Filtering gives you an early control point for managing the quality of data entering your space. It helps reduce noise, control costs, and improve the accuracy of profile data before any Identity Resolution takes place.
83
83
84
84
To learn more about how Unify spaces work and how Segment processes events after filtering, see the [Unify documentation](/docs/unify/).
0 commit comments