Skip to content

Commit 4e04562

Browse files
committed
DOC-240 update actions
1 parent e8c9b58 commit 4e04562

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

src/connections/destinations/actions.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ 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 itself. It has two children: **Global Settings** and **Subscriptions**.
34-
35-
**Global Settings** are where you include authentication information like API keys, and other connection-related information.
36-
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**.
38-
39-
**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.
40-
41-
**Actions** determine the information sent to the destination. In the Configure action section, you map the fields that come from your source, to fields that the destination expects to find. Fields on the destination side depend on the type of action selected
33+
| Component | Description |
34+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35+
| Global Settings | Define authentication and connection-related information like API and Secret keys. |
36+
| 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**. |
37+
| 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. |
38+
| Actions | Determine the information sent to the destination. In the Configure action section, you map the fields that come from your source, to fields that the destination expects to find. Fields on the destination side depend on the type of action selected. |
4239

4340
For example, in the Amplitude (Actions) destination, you define your API and Secret keys in the destination's global settings. Then, the provided Page Calls subscription:
4441

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ You can select these subscriptions by choosing "Quick Setup" when you first conf
9595

9696
## Available Amplitude Actions
9797

98-
Build your own subscriptions with the following Amplitude-supported actions:
98+
Build your own subscriptions! Combine supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following Amplitude-supported actions:
9999

100100
- [Log Event](#log-event)
101101
- [Identify User](#identify-user)
102102
- [Map User](#map-user)
103103
- [Group Identify User](#group-identify-user)
104104

105-
You can see the Segment event fields Amplitude accepts for each action in the Actions subscription set up page.
105+
You can see the Segment event fields Amplitude accepts for each action in the Actions subscription set up page. Combine these
106106

107107
### Log Event
108108

0 commit comments

Comments
 (0)