Skip to content

Commit 6f83cd3

Browse files
committed
more cleanup [netlify-build]
1 parent 64ef130 commit 6f83cd3

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/engage/journeys/exit-rules.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Event-Triggered Journeys Exit Rules
33
plan: engage-foundations
44
---
55

6-
Journey Exit Rules automatically remove users from a journey when certain conditions are met, helping you avoid sending irrelevant messages after a user takes actions like making a purchase or canceling a subscription.
6+
Journey exit rules automatically remove users from a journey when they meet specific conditions, like completing a purchase or canceling a subscription.
77

8-
Exit Rules also reduce the need for complex branching by letting you define clear endpoints.
8+
This page explains how exit rules work, how to configure them, when to use them, and how to track exits in your journey analytics. You'll also find example use cases, best practices, and key behavior notes to help you get started.
99

1010
> info "Public Beta"
1111
> Event-Triggered Journeys is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
@@ -39,6 +39,9 @@ You can optionally require that the exit event matches the same identifier used
3939

4040
Each exit rule must be mutually exclusive.
4141

42+
> success "Exit rules Analytics"
43+
> You can track how exit rules are performing from the journey overview, which shows total exits per rule, and from individual step details, which show where users exited.
44+
4245
### Destination sends (optional)
4346

4447
You can configure a single destination to receive data when a user exits due to an exit rule. To do this:
@@ -49,6 +52,9 @@ You can configure a single destination to receive data when a user exits due to
4952

5053
Segment only includes journey context collected before the exit event. The payload preview shows all possible fields, but the actual send includes only the data available at the time of exit.
5154

55+
> info "Customize messages based on the exit event"
56+
> You can only configure one destination send for all exit events, but the payload includes the exit event details. This means your destination can still adjust messaging based on which event triggered the exit.
57+
5258
## Use cases
5359

5460
Exit rules are helpful in journeys where a user might complete their goal before reaching the end. The following table shows some common scenarios where exit rules would be helpful:
@@ -71,3 +77,9 @@ Follow these tips to make sure your exit rules behave as expected:
7177
- Review your rules before publishing. You can’t edit exit rules after the journey goes live.
7278
- Check your analytics. Exit data can help you understand where users are dropping off and why.
7379

80+
As you work with exit rules, keep the following in mind:
81+
82+
- You can configure up to 5 exit events per journey.
83+
- Journeys support only one destination send for exit events.
84+
- You can’t edit exit rules after publishing the journey, so double-check them first.
85+
- If an exit rule is triggered, it overrides all other steps. The user exits immediately, even if they’re mid-delay or hold.

0 commit comments

Comments
 (0)