From ed9570fbc2e4f6d83cbe5f3c2e45bf69e05df116 Mon Sep 17 00:00:00 2001 From: maxmilhan <34718789+maxmilhan@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:15:17 -0400 Subject: [PATCH 1/3] Update limits.md with journey step billing details Added journey step billing information and clarified compute credit usage. --- src/engage/journeys/v2/limits.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/engage/journeys/v2/limits.md b/src/engage/journeys/v2/limits.md index 88ebe3551c..7d7520a24a 100644 --- a/src/engage/journeys/v2/limits.md +++ b/src/engage/journeys/v2/limits.md @@ -17,6 +17,18 @@ This page outlines product limitations for Event-Triggered (V2) Journeys. | Delay duration | Minimum: 5 minutes
Maximum: 182 days | Allowed time range for Delay and Hold Until steps. | | 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. | +## Journey Step Billing + +| Name | Step Count | +| ------------------- | --------------------------------------- | +| Trigger | 1 | +| Hold until | 1 | +| Delay | 1 | +| Exit rules | 1 for 1-10 exit rules configured | +| Randomized split | 1 | +| Data split | 1 | + +Plans with compute credits instead of journey steps consume 1 compute credit for every 2 journey steps. ## Throughput From 3ba5211231f8a13cf424988bd7fb2539e29ecbe4 Mon Sep 17 00:00:00 2001 From: maxmilhan <34718789+maxmilhan@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:15:59 -0400 Subject: [PATCH 2/3] reorder list of step types --- src/engage/journeys/v2/limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engage/journeys/v2/limits.md b/src/engage/journeys/v2/limits.md index 7d7520a24a..9a950fc7f1 100644 --- a/src/engage/journeys/v2/limits.md +++ b/src/engage/journeys/v2/limits.md @@ -24,9 +24,9 @@ This page outlines product limitations for Event-Triggered (V2) Journeys. | Trigger | 1 | | Hold until | 1 | | Delay | 1 | -| Exit rules | 1 for 1-10 exit rules configured | | Randomized split | 1 | | Data split | 1 | +| Exit rules | 1 for 1-10 exit rules configured | Plans with compute credits instead of journey steps consume 1 compute credit for every 2 journey steps. From 71f788e912026e7d5439dc92291e6a47809a840f Mon Sep 17 00:00:00 2001 From: maxmilhan <34718789+maxmilhan@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:05:45 -0400 Subject: [PATCH 3/3] Update exit rules description in limits.md --- src/engage/journeys/v2/limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engage/journeys/v2/limits.md b/src/engage/journeys/v2/limits.md index 9a950fc7f1..0b45249bca 100644 --- a/src/engage/journeys/v2/limits.md +++ b/src/engage/journeys/v2/limits.md @@ -26,7 +26,7 @@ This page outlines product limitations for Event-Triggered (V2) Journeys. | Delay | 1 | | Randomized split | 1 | | Data split | 1 | -| Exit rules | 1 for 1-10 exit rules configured | +| Exit rules | 1 if Destination Send is configured | Plans with compute credits instead of journey steps consume 1 compute credit for every 2 journey steps.