Skip to content

Commit fbf5171

Browse files
authored
Merge pull request #3118 from segmentio/DOC-537-journeys-randomized-splits-addition
Add Randomized Split Content [DOC-537]
2 parents 051e40e + 4a3ee17 commit fbf5171

File tree

1 file changed

+36
-10
lines changed

1 file changed

+36
-10
lines changed

src/personas/journeys/build-journey.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,25 @@ Define the number of branches you want to create, then add a **Wait for conditio
5454
> info ""
5555
> Journeys doesn't enforce mutual exclusivity in branch conditions. For more information about ensuring branch exclusivity, see [Best Practices](#).
5656
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.
5858

5959
**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)
6060

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+
6176
## Cloning a Journey
6277

6378
To clone a Journey:
@@ -68,20 +83,31 @@ Segment then creates a draft of your Journey.
6883

6984
You can also clone a Journey from a Journey's Overview by clicking the **** icon.
7085

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
7487

7588
> 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.
7790
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.
7992

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.
8194

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.
85111

86112
### Exit and re-entry times
87113

0 commit comments

Comments
 (0)