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/connections/destinations/actions.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,12 @@ Each Actions-framework Destination you see in the Segment catalog represents a f
30
30
31
31
A Destination Action contains a hierarchy of components, that work together to ensure the right data is sent to the destination.
32
32
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
| 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. |
42
39
43
40
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:
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-amplitude/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,14 +95,14 @@ You can select these subscriptions by choosing "Quick Setup" when you first conf
95
95
96
96
## Available Amplitude Actions
97
97
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:
99
99
100
100
-[Log Event](#log-event)
101
101
-[Identify User](#identify-user)
102
102
-[Map User](#map-user)
103
103
-[Group Identify User](#group-identify-user)
104
104
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
0 commit comments