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/guides/filtering-data.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,20 +43,23 @@ Note that destination flags are **case sensitive** and match the destination's n
43
43
44
44
Your data is sent to your warehouse (if you have one) and into the Segment backend systems regardless of what is in the integrations object.
45
45
46
-
## Destination Filters
46
+
## Destination filters
47
47
48
-
[Destination Filters](https://segment.com/docs/connections/destinations/destination-filters/) allow you to control the data flowing into each specific destination, by examining event payloads, and conditionally preventing data from being sent to destinations. You can filter out entire events, or just specific fields in the properties, in the traits, or in the context of your events. Destination filters are not available for, and do not prevent data from reaching your warehouse(s) or S3 destinations.
48
+
[Destination filters](https://segment.com/docs/connections/destinations/destination-filters/) allow you to control the data flowing into each specific destination, by examining event payloads, and conditionally preventing data from being sent to destinations. You can filter out entire events, or just specific fields in the properties, in the traits, or in the context of your events. Destination filters are not available for, and do not prevent data from reaching your warehouse(s) or S3 destinations.
49
49
50
50
> info ""
51
-
> Destination filters are only available in workspaces that are on a Business Tier plan, and are available on cloud-mode, mobile, and web device-mode destinations.
51
+
> Destination filters are only available in workspaces that are on a Business Tier plan, and are available on cloud-mode, mobile, and web device-mode destinations.
52
52
53
53

54
54
55
-
You can set up Destination Filters from the Segment web app by navigating to the destination from which you want to exclude the data, and clicking the **Destination Filters** tab. From there you can create new filter rules, and edit, enable, and disable existing filters. See the [Destination Filters documentation](https://segment.com/docs/connections/destinations/destination-filters/) for more details.
55
+
To set up destination filters from the Segment web app for the destination from which you want to exclude data:
56
+
1. Navigate to **Connections > Destinations** and select the destination you want to set up filters for.
57
+
2. Go to the **Filters** tab and click **+ New Filter** to create a destination filter.
58
+
See the [Destination Filters documentation](/docs/connections/destinations/destination-filters/) for more details.
56
59
57
-
You can set up Destination filters using the options presented in the Segment web app, or using Segment's Filter Query Logic (FQL). If you use FQL, your query syntax is limited to 5kb per query.
60
+
You can set up destination filters using the options presented in the Segment web app, or using Segment's Filter Query Logic (FQL). If you use FQL, your query syntax is limited to 5kb per query.
58
61
59
-
## Per-Source Schema Integrations Filters
62
+
## Per-Source schema integrations filters
60
63
61
64
Integration filters allow you to quickly change which destinations receive specific Track, Identify, or Group events. Access this tool in any Source that is receiving data by navigating to the Schema tab. Schema integration filters are available to workspaces that are on a Business Tier plan only.
62
65
@@ -68,7 +71,7 @@ The events filtered out of individual destinations using this method still arriv
68
71
69
72
**Integration filters are all-or-nothing for each event.** If you require more detailed control over which events are sent to specific destinations, you can use Destination Filters to inspect the event payload, and conditionally drop the data or forward it to the destination.
70
73
71
-
## Schema Event Filters
74
+
## Schema event filters
72
75
73
76
You can use Schema Event Filters to discard and permanently remove Page, Screen and Track events from event-based sources, preventing them from reaching any destinations or warehouses. Use this if you know that you'll never want to access this data again. This functionality is similar to filtering with the Integrations object, however it can be changed from within the Segment app without touching any code.
0 commit comments