Skip to content

Commit 474713a

Browse files
committed
add section on duplication
1 parent 6579e20 commit 474713a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/engage/journeys/v2/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,44 @@ For example, in an abandonment journey, suppose a user starts two applications (
9898
- **Supported destinations:** Only Actions Destinations in the Segment catalog are supported.
9999
- **Data mapping:** Ensure all required keys for the destination are properly mapped to avoid errors.
100100

101+
## Duplicate a journey
102+
103+
To save time and avoid recreating steps from scratch, you can duplicate any existing journey.
104+
105+
Duplicating a journey creates a copy of the configuration and opens it in **Draft** mode. You can duplicate both draft and published journeys, but journey names must be unique.
106+
107+
### What gets copied
108+
109+
When you duplicate a journey, Segment copies the following:
110+
111+
- Entry conditions and filters
112+
- All journey steps and structure
113+
- Destination actions, including:
114+
- Event names
115+
- Payload configuration
116+
- Trait and context enrichment
117+
- Attribute mappings
118+
119+
Segment **doesn't** copy the following:
120+
121+
- Journey name (you must enter a new, unique name)
122+
- Activation destination keys (Segment will regenerate these)
123+
124+
> warning ""
125+
> If a destination action was disabled in the original journey, it will be enabled by default in the duplicated version.
126+
127+
### How to duplicate a journey
128+
129+
1. Go to **Engage > Journeys** and find the journey you want to duplicate.
130+
2. Click the **•••** (Options menu), either in the list view or from within the journey.
131+
3. Select **Duplicate**.
132+
4. Enter a new name when prompted.
133+
5. Review the duplicated journey and make any needed changes.
134+
6. If your journey includes destination sends, be sure to copy the new destination keys into your destination system.
135+
136+
> warning
137+
> Currently, you can only duplicate journeys within the same Engage space. Duplicating across spaces or workspaces is not supported.
138+
101139
## Best practices
102140

103141
Follow the best practices in this table to optimize your event-triggered journeys:

0 commit comments

Comments
 (0)