Skip to content

Commit 73795b2

Browse files
committed
lapsed purchase campaign example
1 parent 0a43c3b commit 73795b2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,22 @@ You can configure up to five branches in a Data Split step. Each branch can have
158158
| With trait | The profile includes a specific trait and value. |
159159
| Without trait | The profile does not include a specific trait. |
160160
| 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. |
161+
| Not part of audience | The profile is not a member of a selected audience. |
162162

163+
You can also give branches uniques name to differentiate them from each other on the journey canvas.
163164

164-
### Example: Lapsed purchase campaign
165+
> 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.
165167
168+
### Example: Lapsed purchase campaign
166169

170+
In the following below, a journey begins when a user modifies their cart. The Data split step checks how long it’s been since their last purchase:
167171

172+
- Profiles in the `30 days lapsed` audience receive a short-term win-back message.
173+
- Profiles in the `90 days lapsed` audience receive a different message with a stronger offer.
174+
- Everyone else continues down the `Everyone else` branch.
168175

176+
This setup helps you tailor re-engagement efforts based on how recently a user was active, without needing to wait for a new event or trigger.
169177

170178
## Send to Destination
171179

0 commit comments

Comments
 (0)