Skip to content

Commit 5ac5550

Browse files
Merge pull request #7027 from segmentio/duplicate-mappings
Duplicate Mappings
2 parents 712c9f2 + 2a6413b commit 5ac5550

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

src/connections/destinations/actions.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,21 @@ You can combine criteria in a single group using **ALL** or **ANY**. Use an ANY
249249
>
250250
> If your use case does not match these criteria, you might benefit from using Mapping-level Triggers to match only certain events.
251251
252+
## Duplicate Mappings
253+
254+
You can use the Duplicate Mappings feature to create an exact copy of a mapping. The duplicated mapping has the same configurations and enrichments as your original mapping.
255+
256+
Duplicate Mappings supports [Actions destinations](#actions-destination), [Reverse ETL destinations](/docs/connections/reverse-etl/reverse-etl-catalog), and destinations connected to Engage [Audiences](/docs/engage/audiences) and [Journeys](/docs/engage/journeys).
257+
258+
To duplicate your mappings:
259+
260+
1. Navigate to **Connections > Destinations** and select the destination with the mappings you'd like to copy.
261+
2. On the destination's **Mappings** tab, select the menu button (**...**) and click **Duplicate Mapping**.
262+
3. Review the popup and click **Duplicate Mapping**.
263+
264+
Segment creates a disabled mapping with the name "Original Mapping Name (Copy)". You must enable the mapping for data to flow.
265+
266+
252267
## FAQ and troubleshooting
253268

254269
### Validation error when using the Event Tester

src/connections/reverse-etl/setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ To create a mapping:
9898
12. Turn the toggle on for the **Mapping Status**. Events that match the trigger condition in the mapping will be sent to the destination.
9999
* If you disable the mapping state to the destination, events that match the trigger condition in the mapping won’t be sent to the destination.
100100

101+
> success ""
102+
> Use Segment's [Duplicate mappings](/docs/connections/destinations/actions/#duplicate-mappings) feature to create an exact copy of an existing mapping. The copied mapping has the same configurations and enrichments as your original mapping.
103+
101104
### Supported object and arrays
102105

103106
When you set up destination actions in Reverse ETL, depending on the destination, some [mapping fields](/docs/connections/reverse-etl/setup/#step-4-create-mappings) may require data as an [object](/docs/connections/reverse-etl/manage-retl/#object-mapping) or [array](/docs/connections/reverse-etl/manage-retl/#array-mapping).

src/engage/audiences/send-audience-data.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ You can add and access mappings within your audience's connected destination by
6464
4. In the **Add Mapping** popup, select the mapping that you want to add.
6565
5. Segment then opens the destination's mappings tab. Add the mapping(s) you want, then click **Save**.
6666

67-
Segment then returns you to the audience's destination side panel, which shows your new mapping(s).
67+
Segment then returns you to the audience's destination side panel, which shows your new mapping(s).
68+
69+
> success ""
70+
> Use Segment's [Duplicate mappings](/docs/connections/destinations/actions/#duplicate-mappings) feature to create an exact copy of an existing mapping. The copied mapping has the same configurations and enrichments as your original mapping.

src/engage/journeys/send-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ To use Trait Activation with Journeys:
4545
2. Select [a supported](/docs/engage/trait-activation/trait-activation-setup/#set-up-a-destination) destination from a journey step.
4646
3. Select **Customized Setup**, then add identifier and trait mappings to customize the way you send data to your destination. For more, visit the [Trait Enrichment](/docs/engage/trait-activation/trait-enrichment/#customized-setup/) and [ID Sync](/docs/engage/trait-activation/id-sync/#customized-setup/) setup docs.
4747

48+
> success ""
49+
> Use Segment's [Duplicate mappings](/docs/connections/destinations/actions/#duplicate-mappings) feature to create an exact copy of an existing mapping. The copied mapping has the same configurations and enrichments as your original mapping.
4850
4951
## What events are sent to destinations?
5052

0 commit comments

Comments
 (0)