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
| Branches | Add up to five branches. Each branch must be assigned a percentage. |
203
+
| Distribution percentages | Define what portion of users should go down each branch. Total must be 100%. |
204
+
| Branch naming | Branches are labeled alphabetically (for example, Branch A, Branch B). |
205
+
|Assign same branch | Optionally ensure a user always enters the same branch on re-entry. |
206
206
207
-
Segment won't publish your journey if the percentages don’t add up to 100%, or if any percentage is left blank.
207
+
Segment won't let you save or publish your journey if the percentages don’t add up to 100%, or if any percentage is left blank.
208
208
209
-
> info "Branch assignment is random"
210
-
> 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
+
> info "Actual branch counts may differ from percentages"
210
+
> The Randomized Split step assigns users to branches based on probability, not fixed rules. At lower volumes, the actual distribution may not match your configured percentages exactly, but results typically even out with more traffic.
211
211
212
212
To add a Randomized Split to your journey:
213
213
214
214
1. From the journey canvas, click **+** to add a new step.
215
215
2. Select **Randomized Split**.
216
216
3. Give the step a unique name.
217
217
4. Add up to five branches and assign a percentage to each one.
218
-
5. (Optional) Enable **Keep branch assignment consistent** if you want users to always go down the same branch on re-entry.
218
+
5. (Optional) Enable **Assign same branch** if you want users to always go down the same branch on re-entry.
219
219
6. Click **Save**.
220
220
221
221
Once configured, Segment routes profiles through this step based on your distribution settings.
0 commit comments