Skip to content

Commit e20df63

Browse files
committed
Add Randomized Splits to Engage
1 parent 7022129 commit e20df63

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

src/engage/journeys/build-journey.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,32 @@ Use Engage to send an SMS message as a step in a Journey.
9999

100100
As soon as a `subscribed` user enters the Send SMS step, they'll receive the text. Visit [SMS Campaigns](/docs/engage/campaigns/sms-campaigns/) for more information.
101101

102+
## Randomized splits
103+
104+
> info ""
105+
> The randomized splits step is in beta and available to users with a Personas Advanced plan.
106+
107+
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.
108+
109+
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.
110+
111+
### Add a randomized split
112+
113+
Follow these steps to add a randomized split to a Journey:
114+
115+
1. Create a new Journey, and [add an entry condition](#adding-the-entry-condition).
116+
2. Select the **+** icon to add a step, then select **Create a randomized split**.
117+
3. Name the randomized split step, then add up to five branches.
118+
4. Set the distribution percentage for each branch, then select **Save**.
119+
5. For each branch in the split, select the child **+** icon and add a step.
120+
3. Save and publish your Journey.
121+
122+
Users who meet the Journey's entry condition will then enter the Journey and flow through the randomized split.
123+
124+
### Act on the split's results
125+
126+
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.
127+
102128
## Cloning a Journey
103129

104130
To clone a Journey:

src/engage/profiles/user-subscriptions/set-user-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These columns take the following values:
2727

2828
- `subscribed`; for users who opted in to your marketing campaigns
2929
- `unsubscribed`; for users who have unsubscribed from your marketing campaigns
30-
- `did_not_subscribe`; for users who have neither subscribed nor unsubscribed from your marketing campaigns
30+
- `did-not-subscribe`; for users who have neither subscribed nor unsubscribed from your marketing campaigns
3131
- Blank; for profiles that have no subscription information
3232

3333
Refer to the [User Subscription States documentation](/docs/engage/profiles/user-subscriptions/subscription-states/) for detailed explanations of each subscription state.

0 commit comments

Comments
 (0)