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/limits.md
+27-24Lines changed: 27 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,39 +35,42 @@ This page outlines the current limitations for Event-Triggered (V2) Journeys.
35
35
36
36
## Send to destination
37
37
38
-
| Name | Limit | Description |
39
-
|------|-------|-------------|
40
-
| Supported destinations |[Action Destinations only](https://segment.com/docs/connections/destinations/actions/)|Only Action Destinations are supported in Journeys 2.0. |
41
-
| Activations | 5 per Destination step | Maximum number of Activations supported per Destination step. |
42
-
| Destination key | 31 characters | Auto-generated and not editable. Based on `{Journey_Name} + {Destination_Step_Name} + {Unique_Step_State_Key}`. |
43
-
| Destination event name | 73 characters | Can be customized. Defaults to the destination step name. Event names do not need to be unique. Use the Sync Key for disambiguation. |
44
-
| Payload size | 32 KB (~700 lines) | Maximum allowed size of the payload sent to destinations. |
45
-
| Parameter mappings | 100 mappings | Maximum number of field mappings per Destination step. For more info, see [FAQs & Best Practices for Journeys 2.0](https://twilio-productivity.atlassian.net/wiki/spaces/MSRND/pages/772571588/FAQs+Best+Practices+for+Journeys+2.0#How-do-Journeys-affect-Destination-mapping-limits%3F).|
| Supported destinations |[Action destinations only](/docs/connections/destinations/actions/)|Segment only supports Action Destinations, Action List destinations, and Destination Functions in Journeys 2.0.|
41
+
| Activations | 5 per destination step | Maximum number of Activations supported per destination step.|
42
+
| Destination key | 31 characters | Auto-generated and not editable. Based on `{Journey_Name} + {Destination_Step_Name} + {Unique_Step_State_Key}`.|
43
+
| Destination event name | 73 characters | Can be customized. Defaults to the destination step name. Event names do not need to be unique. Use the Sync Key (Computation Key) for disambiguation. |
44
+
| Payload size | 32 KB (~700 lines) | Maximum allowed size of the payload sent to destinations.|
45
+
| Parameter mappings | 100 mappings | Maximum number of field mappings per destination step. |
| Journey instance data (while in progress) | 365 days | Maximum duration an instance can remain active before expiring. |
53
+
| Journey instance data (after completed or exit) | 90 days | Data retention period after a profile completes or exits the journey. |
54
+
| Analytics data | 3 years | Retention period for metrics data. |
55
+
| Observability data | 3 years | Retention period for step activity and timeline data. |
48
56
49
57
## Analytics
50
58
51
-
| Name | Limit | Description |
52
-
|------|-------|-------------|
53
-
| Journey instance data (in progress) | 365 days | Maximum duration an instance can remain active before expiring. |
54
-
| Journey instance data (completed) | 90 days | Data retention period after a profile completes or exits the Journey. |
55
-
| Analytics data | 3 years | Retention period for metrics data. |
56
-
| Observability data | 3 years | Retention period for step activity and timeline data. |
57
-
| Date range | 180 days | Maximum date range allowed for analytics queries. |
58
-
| Timeout limit | 10 seconds | Maximum time an analytics query will run. |
59
-
| Metric latency | 10 seconds | Expected delay before metrics update. Can increase with large volumes. 95% of events are targeted to appear in the UI within 30 minutes. |
60
-
| Update metrics | Manual browser refresh required | Analytics do not update dynamically. Refresh required to see updates. |
| Date range | 180 days | Maximum date range allowed for analytics queries. |
62
+
| Timeout limit | 10 seconds | Maximum time an analytics query will run. |
63
+
| Metric latency | 10 seconds | Expected delay before metrics update. Can increase with large volumes; 95% of events are targeted to appear in your workspace within 30 minutes. |
64
+
| Update metrics | Manual browser refresh required | Analytics don't update dynamically. You'll need to refresh to see updates. |
| GDPR & BCR |[Complying with the GDPR](https://segment.com/docs/privacy/complying-with-the-gdpr/)|
73
+
| GDPR & BCR |[Complying with the GDPR](https://segment.com/docs/privacy/complying-with-the-gdpr/)|
71
74
72
75
Segment complies with GDPR through Binding Corporate Rules (BCR). When a customer churns, BCR-initiated deletion removes the customer’s workspace and data. Customers can request access to, correction of, or deletion of personal data.
0 commit comments