Skip to content

Commit fea4cae

Browse files
committed
DOC-242 dest filter note
1 parent 8123ca8 commit fea4cae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/connections/destinations/actions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ At the top level, is the Destination Action itself. It has two children: **Globa
3434

3535
**Global Settings** are where you include information like API keys, and other connection-related information.
3636

37-
**Subscriptions** handle the individual calls to the destination. In them, you define what type of call you want to make to the destination, and what triggers that call. Individual Destination Actions come enabled with some predefined subscriptions to handel common events like Screen calls, Identify calls, and Track calls. Subscriptions have two components that make this possible: **Triggers** and an **Action**.
37+
**Subscriptions** handle the individual calls to the destination. In them, you define what type of call you want to make to the destination, and what triggers that call. Individual Destination Actions come enabled with some predefined subscriptions to handle common events like Screen calls, Identify calls, and Track calls. Subscriptions have two components that make this possible: **Triggers** and an **Action**.
3838

3939
**Triggers** enable you to define *when* the corresponding Action fires. As part of a Trigger, you can use condition-based filters to narrow the scope of the trigger.
4040

@@ -105,6 +105,13 @@ The following type filters and operators are available to help you build conditi
105105

106106
You can combine criteria in a single group using **ALL** or **ANY**. Use an ANY to “subscribe” to multiple conditions. Use ALL when you need to filter for very specific conditions. You can only create one group condition per destination action. You cannot created nested conditions.
107107

108+
> info "Destination Filters"
109+
> Destination filters are compatible with Destination Actions. Consider a Destination Filter when:
110+
> - You need to remove properties from the data sent to the destination
111+
> - You need to filter data from multiple types of call (for example, Track, Page, and Identify calls)
112+
>
113+
> If your use case does not match these criteria, you might benefit from using Subscription-level filters as part of a subscription's trigger.
114+
108115

109116

110117
<!--

0 commit comments

Comments
 (0)