Skip to content

Commit 99a3b78

Browse files
authored
Merge pull request #3966 from segmentio/3960-content
Add Destination Actions Mappings Step #3960
2 parents eefd638 + 09d2556 commit 99a3b78

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/connections/destinations/actions.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following Actions-based Destinations are available:
3636

3737
## Components of a Destination Action
3838

39-
A Destination Action contains a hierarchy of components, that work together to ensure the right data is sent to the destination.
39+
A Destination Action contains a hierarchy of components, that work together to ensure the right data is sent to the destination.
4040

4141
| Component | Description |
4242
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -83,9 +83,7 @@ You can add or remove, disable and re-enable, and rename individual actions from
8383

8484
From the edit screen you can change the action's name and mapping, and toggle it on or off. See [Customizing mappings](#customize-mappings) for more information.
8585

86-
![](images/actions-list.png)
87-
88-
![](images/actions-edit.png)
86+
![Screenshot of the Mappings table with several enabled mappings](images/actions-list.png)
8987

9088
## Disable a destination action
9189
If you find that you need to stop an action from running, but don't want to delete it completely, you can click the action to select it, then click the toggle next to the action's name to disable it. This takes effect within minutes, and disables the action until you reenable it.
@@ -112,7 +110,8 @@ If necessary, click **New Mapping** to create a new, blank action.
112110
3. Next, set up the data mapping from the Segment format to the destination tool format.
113111
4. Test the mapping with data from a sample event.
114112
The edit panel shows you the mapping output in the format for the destination tool. You can change your mapping as needed and re-test.
115-
5. When you're satisfied with the mapping, click **Save**.
113+
5. When you're satisfied with the mapping, click **Save**. Segment returns you to the Mappings table.
114+
6. In the Mappings table **Status** column, verify that the **Enabled** toggle is on for the mapping you just customized.
116115

117116

118117
> info ""
@@ -137,5 +136,5 @@ You can combine criteria in a single group using **ALL** or **ANY**. Use an ANY
137136
> Destination filters are compatible with Destination Actions. Consider a Destination Filter when:
138137
> - You need to remove properties from the data sent to the destination
139138
> - You need to filter data from multiple types of call (for example, Track, Page, and Identify calls)
140-
>
139+
>
141140
> If your use case does not match these criteria, you might benefit from using Mapping-level Triggers to match only certain events.

0 commit comments

Comments
 (0)