Skip to content

Commit 7c06c43

Browse files
committed
clarify example use case
1 parent 535c2e8 commit 7c06c43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,11 @@ Segment shows only event context available on the journey path leading to the Da
185185

186186
You can combine journey context conditions with trait-based and audience-based conditions in the same branch. Segment evaluates all conditions using `AND` logic, so the journey instance must satisfy every condition to follow that branch.
187187

188-
189188
### Example: Target different customer types or event properties
190189

191-
You can use a Data split to branch profiles based on event properties, traits, or audience membership that already exist on the profile when it reaches this step. For example:
190+
You can use a Data split to branch journey instances based on event properties from journey context, profile traits, or audience membership. For example:
192191

193-
- Journey instances where the triggering event had a `transaction_total` > $100 are sent specific messaging about their high-ticket purchase.
192+
- Journey instances where the triggering event's `transaction_total` property is greater than $100 receive high-value purchase messaging.
194193
- Profiles with a known `email_subscription_status` trait get treated as existing customers.
195194
- Profiles that belong to a `VIP` audience are routed down a separate path for high-value users.
196195
- Profiles with a specific set of traits (like favorite color and a known name) can receive personalized messaging.

0 commit comments

Comments
 (0)