Skip to content

Commit 3272e37

Browse files
authored
Merge pull request #7706 from segmentio/max-fixes
EVT Journeys hotfixes
2 parents f224e5f + ed0caca commit 3272e37

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77

88
[Event-Triggered Journeys](/docs/engage/journeys/event-triggered-journeys/) in Engage use steps to control how users move through a journey based on their actions or predefined conditions.
99

10-
Steps are the building blocks of a journey. This page explains the **Hold Until**, **Send to Destination**, and **Data split** steps, which enable precise control over journey progression and data delivery.
10+
Steps are the building blocks of a journey. This page explains the **Hold until**, **Delay**, **Data split**, **Randomized split**, and **Send to Destination** steps, which enable precise control over journey progression and data delivery.
1111

1212
## Hold Until: smart pauses in journeys
1313

@@ -51,7 +51,7 @@ Enable this feature by selecting **Send profiles back to the beginning of this s
5151

5252
Segment recommends putting branches for recurring events at the top of the list to improve readability.
5353

54-
![Flow diagram of an Event-Triggered Journey for an abandoned cart scenario. The journey starts with a trigger event labeled 'Cart_Modified,' followed by a 'Hold Until' step checking if the user buys within two hours. The Hold Until step includes three branches: 'User updated cart, reset timer' for additional cart modifications, 'User purchased' triggered by an 'Order_Confirmation' event, and a 'Maximum hold duration' fallback set to two hours, which leads to a 'Send Abandonment Nudge' step. The flow ends with a 'Completed' state.](images/hold_until.png)
54+
![Flow diagram of an Event-Triggered Journey for an abandoned cart scenario. The journey starts with a trigger event labeled 'Cart_Modified,' followed by a 'Hold Until' step checking if the user buys within two hours. The Hold Until step includes three branches: 'User updated cart, reset timer' for additional cart modifications, 'User purchased' triggered by an 'Order_Confirmation' event, and a 'Maximum hold duration' fallback set to two hours, which leads to a 'Send Abandonment Nudge' step. The flow ends with a 'Completed' state.](../images/hold_until.png)
5555

5656
In this example, users enter the journey when they modify their cart and wait for either a purchase or two hours to pass. If the user modifies their cart again during those two hours, the cart contents are updated, and the two-hour timer resets. As a result, follow-ups reflect the latest information.
5757

src/engage/journeys/v2/exit-rules.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Exit rules don't wait for a profile to reach a specific step; they apply globall
1717

1818
## Configuring exit rules
1919

20-
You'll set up exit rules in the journey’s settings panel. By default, journeys don’t have any exit conditions, but you can choose to add up to five exit events.
20+
You'll set up exit rules in the journey’s settings panel. By default, journeys don’t have any exit conditions, but you can choose to add up ten five exit events.
2121

2222
## Basic setup
2323

@@ -31,8 +31,6 @@ For each exit rule, choose the event that should trigger the exit. You can also
3131

3232
You can optionally require that the exit event matches the same identifier used in the entry event. This helps tie the two together, like if a journey starts with a `Cart_Modified` event and should exit only when `Order_Purchased.cart_id` matches the same cart.
3333

34-
Each exit rule must be mutually exclusive.
35-
3634
> success "Exit rules Analytics"
3735
> 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.
3836
@@ -73,6 +71,6 @@ Follow these tips to make sure your exit rules behave as expected:
7371

7472
As you work with exit rules, keep the following in mind:
7573

76-
- You can configure up to 5 exit events per journey.
74+
- You can configure up to 10 exit events per journey.
7775
- Journeys support only one destination send for exit events.
7876
- If an exit rule is triggered, it overrides all other steps. The user exits immediately, even if they’re mid-delay or hold.

src/engage/journeys/v2/journey-context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ This page explains Journey context, which can help you dynamically adapt each jo
1313

1414
Unlike traditional audience-based journeys, which rely solely on user progress through predefined steps, event-triggered journeys capture and store the details of user-triggered events. This shift allows you to access the data that caused users to reach a specific step and use it to make more precise decisions throughout the journey.
1515

16-
With journey context, you can:
16+
With journey context you can personalize customer experiences using real-time event data.
1717

18-
<!-- Split journeys based on event attributes or outcomes.-->
18+
<!-- Split journeys based on event attributes or outcomes.
1919
- Personalize customer experiences using real-time event data.
20-
- Enable advanced use cases like abandonment recovery, dynamic delays, and more.
20+
- Enable advanced use cases like abandonment recovery, dynamic delays, and more. -->
2121

2222
For example:
2323

src/engage/journeys/v2/limits.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ This page outlines product limitations for Event-Triggered (V2) Journeys.
1414
| Step name | 73 characters | Maximum length for step names. |
1515
| Branch name | 73 characters | Maximum length for branch names within a split step. Branch names must be unique across the journey. |
1616
| Additional branches | 5 | Maximum number of branches supported in a split or Hold Until step. |
17-
| Delay duration | Minimum: 5 minutes<br>Maximum: 6 months | Allowed time range for Delay and Hold Until steps. |
17+
| Delay duration | Minimum: 5 minutes<br>Maximum: 182 days | Allowed time range for Delay and Hold Until steps. |
1818
| Unique identifier | 500 characters | For “Re-enter every time event occurs” rules, you must define a unique identifier. The value is limited to 500 characters. |
1919

2020

2121
## Throughput
2222

23-
| Name | Limit | Description |
24-
| ------------------------- | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
25-
| Requests per second (RPS) | 25 events/sec/profile | Maximum events per second per Segment ID. Timer events are excluded. Excess events get dropped. |
26-
| Instances per profile | 25 concurrent instances | Maximum concurrent Journey instances per profile. |
27-
| Loop back branch | 100 instances | Maximum instances that can pass through a Wait Until loop-back. |
23+
| Name | Limit | Description |
24+
| ------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
25+
| Requests per second (RPS) | 25 events/sec/profile | Maximum events per second per Segment ID. Timer events are excluded. Excess events get dropped. |
26+
| Instances per profile | 25 concurrent instances | Maximum concurrent Journey instances per profile. |
27+
| Send profiles back branch | 100 instances | Maximum count a single journey instance can pass through a Wait Until Send profiles back to the beginning of this step' branch. |
2828

2929
## Journey context
3030

0 commit comments

Comments
 (0)