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/engage/journeys/event-triggered-journeys-steps.md
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -202,18 +202,16 @@ You can configure a Randomized Split step with the following options:
202
202
| Branch naming | Branches are labeled alphabetically (for example, Branch A, Branch B). |
203
203
| Consistent branch assignment | Optionally ensure a user always enters the same branch on re-entry. |
204
204
205
-
Segment blocks publishing if the percentages don’t add up to 100%, or if any percentage is left blank.
205
+
Segment won't publish your journey if the percentages don’t add up to 100%, or if any percentage is left blank.
206
206
207
207
> info "Branch assignment is random"
208
208
> The Randomized Split step uses probabilistic logic to assign users to branches. At lower volumes, actual distribution may not exactly match your configured percentages, but it tends to even out at scale.
209
209
210
-
### Add a Randomized Split
211
-
212
-
To add a Randomized Split step:
210
+
To add a Randomized Split to your journey:
213
211
214
212
1. From the journey canvas, click **+** to add a new step.
215
213
2. Select **Randomized Split**.
216
-
3. Give the step a name.
214
+
3. Give the step a unique name.
217
215
4. Add up to five branches and assign a percentage to each one.
218
216
5. (Optional) Enable **Keep branch assignment consistent** if you want users to always go down the same branch on re-entry.
219
217
6. Click **Save**.
@@ -222,13 +220,9 @@ Once configured, Segment routes profiles through this step based on your distrib
222
220
223
221
### Analyze performance
224
222
225
-
After users pass through the Randomized Split step, you can view historical and in-progress counts for each branch in the **Journey Overview**.
226
-
227
-
You can measure results by:
223
+
After users pass through the Randomized Split step, you can view historical and in-progress counts for each branch in the Journey Overview.
228
224
229
-
- Total journey instances (epochs)
230
-
- Unique profiles
231
-
- Funnel view or in-progress view
225
+
You can measure results by total journey instances, unique profiles, funnel view, and in-progress view.
232
226
233
227
This helps you evaluate which branch is performing best and informs how you might structure future journeys.
0 commit comments