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/personas/journeys/build-journey.md
+36-10Lines changed: 36 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,25 @@ Define the number of branches you want to create, then add a **Wait for conditio
54
54
> info ""
55
55
> Journeys doesn't enforce mutual exclusivity in branch conditions. For more information about ensuring branch exclusivity, see [Best Practices](#).
56
56
57
-
**Connect to existing step** joins two separate branches. Use this step to target multiple groups with one step.
57
+
**Connect to existing step** joins two separate branches. Use this step to target multiple groups with one step.
58
58
59
59
**Send to Destinations** delivers information about the Journey to the selected Destination. For more information, see [Send data to Destinations](/docs/personas/journeys/send-data)
60
60
61
+
## Publishing a Journey
62
+
63
+
To publish and activate a Journey, click **Publish Journey** from the Journey Overview. You can also click **Publish Journey** in the bottom-right corner of the Journey Builder.
64
+
65
+
> info ""
66
+
> Some Journey features can only be edited before publication. For more information, see the difference between Draft and Published Journeys below.
67
+
68
+
## Journey re-entry
69
+
70
+
The Journeys re-entry setting allows users to repeat Journeys they've already exited. Common use cases for Journeys re-entry include the following:
71
+
72
+
- Retargeting users who abandon multiple carts
73
+
- Recurring rewards and promotion offers
74
+
- Notifying users when to renew a subscription
75
+
61
76
## Cloning a Journey
62
77
63
78
To clone a Journey:
@@ -68,20 +83,31 @@ Segment then creates a draft of your Journey.
68
83
69
84
You can also clone a Journey from a Journey's Overview by clicking the **…** icon.
70
85
71
-
## Publishing a Journey
72
-
73
-
To publish and activate a Journey, click **Publish Journey** from the Journey Overview. You can also click **Publish Journey** in the bottom-right corner of the Journey Builder.
86
+
## Randomized splits
74
87
75
88
> info ""
76
-
> Some Journey features can only be edited before publication. For more information, see the difference between Draft and Published Journeys below.
89
+
> The randomized splits step is in beta and available to users with a Personas Advanced plan.
77
90
78
-
## Journey re-entry
91
+
A randomized split lets you experiment with and test the performance of a Journey's branches. When you create a randomized split, you add up to five Journey branches, each with a different step. Journeys then sends eligible users down one of the branches at random. Each branch receives a portion of the eligible users based on percentages that you assign to the branches.
79
92
80
-
The Journeys re-entry setting allows users to repeat Journeys they've already exited. Common use cases for Journeys re-entry include the following:
93
+
To test your messaging channels, for example, you might create a randomized split with three different branches, assigning 40% of users to an email campaign, 40% to an SMS campaign, and 20% to a control group. Once users flow through the split, you can determine the success of the email and SMS campaigns compared to each other and the control group.
81
94
82
-
- Retargeting users who abandon multiple carts
83
-
- Recurring rewards and promotion offers
84
-
- Notifying users when to renew a subscription
95
+
### Add a randomized split
96
+
97
+
Follow these steps to add a randomized split to a Journey:
98
+
99
+
1. Create a new Journey, and [add an entry condition](#adding-the-entry-condition).
100
+
2. Select the **+** icon to add a step, then select **Create a randomized split**.
101
+
3. Name the randomized split step, then add up to five branches.
102
+
4. Set the distribution percentage for each branch, then select **Save**.
103
+
5. For each branch in the split, select the child **+** icon and add a step.
104
+
3. Save and publish your Journey.
105
+
106
+
Users who meet the Journey's entry condition will then enter the Journey and flow through the randomized split.
107
+
108
+
### Act on the split's results
109
+
110
+
Once users complete your Journey's randomized split step, you'll have insight into how each split performed. You can take action on the results by cloning the Journey and sending a new set of users through the highest performing branch.
0 commit comments