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
| Where it applies | Unify space | Individual destinations |
23
+
| Filter scope | All [sources](/docs/connections/sources/) connected to the space | One source for each destination |
24
+
| Filter action | Drops entire events | Can drop or modify events and fields |
25
+
| Setup | Created through API, visible in Unify UI | Created in UI or API |
26
+
| Timing | Before identity resolution | Before events get sent to a destination |
27
27
28
28
This helps simplify your setup and reduce noise in profile data without needing repeaters, webhooks, or custom logic.
29
29
@@ -42,7 +42,7 @@ As a result, Unify Event Filtering helps you keep profile data clean from the st
42
42
43
43
## Creating and managing filters
44
44
45
-
During public beta, managing filters requires a mix of API and Segment UI actions. You'll define and create filters using the Space Filter API, then manage their status and visibility in the Segment app.
45
+
During public beta, managing filters requires a mix of API and Segment UI actions. You'll define and create filters using the [Space Filter API](https://docs.segmentapis.com/tag/Space-Filters/){:target="_blank"}, then manage their status and visibility in the Segment app.
46
46
47
47
To create a filter, use the Space Filter API to write a filtering rule using FQL. The API lets you name the filter, enable or disable it, and delete it. You can create up to 10 filters per space, and any event that matches a filter gets dropped before it reaches Unify.
48
48
@@ -73,7 +73,7 @@ Unify Event Filtering is most useful when you want to keep noisy, irrelevant, or
73
73
| Drop obvious noise | Start with telemetry, test data, or internal events. |
74
74
| Keep it simple | A few targeted filters are easier to manage than multiple, complex filters. |
75
75
| Think at the space level | Filters apply to all sources. Write conditions accordingly. |
76
-
| Test before enabling | Use the [preview endpoint](https://docs.segmentapis.com/tag/Destination-Filters#operation/previewDestinationFilter) to check filter behavior before turning it on. |
76
+
| 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. |
77
77
78
78
79
79
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.
0 commit comments