Skip to content

Commit 7015cb2

Browse files
authored
Merge pull request #7631 from segmentio/clarify-sequential-data-split-behavior
Clarify that Data Split branch order can be changed
2 parents bfe68f4 + f2fd1a8 commit 7015cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ You can configure up to five branches in a Data split step. Each branch can have
163163
You can also give branches uniques name to differentiate them from each other on the journey canvas.
164164

165165
> info "Evaluation is sequential"
166-
> Segment evaluates branches in the order they appear in the configuration side sheet. If a profile qualifies for multiple branches, Segment sends it down the first one it matches. Profiles can't qualify for more than one branch, and Segment doesn't wait for audience membership to update after the profile enters the step.
166+
> Segment evaluates branches in the order they appear in the configuration side sheet. If a profile qualifies for multiple branches, Segment sends it down the first one it matches. Profiles can't qualify for more than one branch, and Segment doesn't wait for audience membership to update after the profile enters the step. You can change the evaluation order by dragging branches up or down in the configuration side sheet.
167167
168168
### Example: Target different customer types
169169

0 commit comments

Comments
 (0)