Skip to content

Commit 9e52ea2

Browse files
markzegarelliMatt Shwery
andauthored
Apply suggestions from code review
Co-authored-by: Matt Shwery <[email protected]>
1 parent fea4cae commit 9e52ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/destinations/actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Each Actions-framework Destination you see in the Segment catalog represents a f
3030

3131
A Destination Action contains a hierarchy of components, that work together to ensure the right data is sent to the destination.
3232

33-
At the top level, is the Destination Action itself. It has two children: **Global Settings** and **Subscriptions**.
33+
At the top level, is the Destination itself. It has two children: **Global Settings** and **Subscriptions**.
3434

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

3737
**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

@@ -110,7 +110,7 @@ You can combine criteria in a single group using **ALL** or **ANY**. Use an ANY
110110
> - You need to remove properties from the data sent to the destination
111111
> - You need to filter data from multiple types of call (for example, Track, Page, and Identify calls)
112112
>
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.
113+
> If your use case does not match these criteria, you might benefit from using Subscription-level triggers to match only certain events.
114114
115115

116116

0 commit comments

Comments
 (0)