Skip to content

Commit ecca4b5

Browse files
committed
clarify randomized split behavior [netlify-build]
1 parent 06bd84b commit ecca4b5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/engage/journeys/v2/event-triggered-journeys-steps.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,25 +197,25 @@ Segment evaluates each journey instance independently. This means a user could b
197197

198198
You can configure a Randomized Split step with the following options:
199199

200-
| Setting | Description |
201-
| ---------------------------- | ---------------------------------------------------------------------------- |
202-
| 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-
| Consistent branch assignment | Optionally ensure a user always enters the same branch on re-entry. |
200+
| Setting | Description |
201+
| ------------------------ | ---------------------------------------------------------------------------- |
202+
| 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. |
206206

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

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.
211211
212212
To add a Randomized Split to your journey:
213213

214214
1. From the journey canvas, click **+** to add a new step.
215215
2. Select **Randomized Split**.
216216
3. Give the step a unique name.
217217
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.
219219
6. Click **Save**.
220220

221221
Once configured, Segment routes profiles through this step based on your distribution settings.

0 commit comments

Comments
 (0)