You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/journeys/exit-rules.md
+9-13Lines changed: 9 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,9 @@ You'll set up exit rules in the journey’s settings panel. By default, journeys
24
24
25
25
## Basic setup
26
26
27
-
To get started, open your journey settings and look for the Exit Rules section. You’ll see two options:
27
+
You’ll configure exit rules directly from the journey canvas. By default, journeys don’t have any exit conditions; users stay in the journey unless you explicitly define an exit rule.
28
28
29
-
-**Users don't exit early** (default)
30
-
-**Exit when user performs events**
31
-
32
-
Choose the second option to begin defining exit conditions.
29
+
To add an exit rule, click **Exit rules** on the journey canvas. From there, you can select the event(s) that should trigger an exit and define optional property filters or matching conditions.
33
30
34
31
### Adding exit events
35
32
@@ -48,7 +45,7 @@ You can configure a single destination to receive data when a user exits due to
48
45
49
46
1. Enable **Send to destination before exit** in the exit rule setup.
50
47
2. Choose which exit events should trigger the send.
51
-
3. Define the payload using data from the entry event, exit event, and journey context (if available).
48
+
3. Define the payload using data from the entry event, exit event, and journey context.
52
49
53
50
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.
54
51
@@ -59,12 +56,12 @@ Segment only includes journey context collected before the exit event. The paylo
59
56
60
57
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:
0 commit comments