Skip to content

Commit ed0caca

Browse files
committed
final fixes
1 parent 5916228 commit ed0caca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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)