Skip to content

Commit 0a43c3b

Browse files
committed
Add condition type table
1 parent 23bfe84 commit 0a43c3b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,29 @@ To configure the Delay step:
139139

140140
The **Data split** step sends profiles down different branches based on audience membership or profile traits. This lets you personalize how users move through a journey, like sending different messages to new users instead of returning customers, or targeting re-engagement campaigns based on inactivity.
141141

142+
Data split is useful when you want to take different actions based on what you already know about the user, rather than waiting for a new event. For example, you might use it to separate users who haven’t purchased in 30 days from those who lapsed 90 days ago, or from users who are still actively engaged.
143+
144+
### How Data split works
145+
146+
When a profile reaches a Data split step:
147+
148+
1. Segment checks whether the profile matches the first branch’s conditions.
149+
2. If not, it checks the next branch, and so on, in the order shown in the journey.
150+
3. The profile moves down the first branch it qualifies for. Each profile can only follow one branch.
151+
152+
### Configuration options
153+
154+
You can configure up to five branches in a Data Split step. Each branch can have one or more conditions:
155+
156+
| Condition type | Description |
157+
| -------------------- | ------------------------------------------------------------------------- |
158+
| With trait | The profile includes a specific trait and value. |
159+
| Without trait | The profile does not include a specific trait. |
160+
| Part of audience | The profile is a member of a selected audience at the time of evaluation. |
161+
| Not part of audience | The profile is not a member of a selected audience. |
162+
163+
164+
### Example: Lapsed purchase campaign
142165

143166

144167

0 commit comments

Comments
 (0)