Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

Unify Limits


FREE x
TEAM x
BUSINESS
ADDON
(information)

Info

Beginning November 6, 2024, new Unify Plus and Engage users can refer to this page for Segment's product limits. Existing users prior to this date can continue to refer to the Engage product limits in the Engage Default Limits documentation.

To provide consistent performance and reliability at scale, Segment enforces default use and rate limits within Unify. Most customers do not exceed these limits.

To learn more about custom limits and upgrades, contact your dedicated Customer Success Manager or friends@segment.com.


Unify Plus limits

unify-plus-limits page anchor

Unify Plus customers receive the following based on their signup date:

  • Unify Plus beginning November 6, 2024: 50 Computed Traits, 10 Predictions, 3 Recommendation Traits
  • Unify Plus before November 6, 2024: 50 Computed Traits, 5 Predictions

Unify Plus limits vary based on your Engage plan:

  • Engage Plus: 100 Audiences, 75 Journey Steps, 10 Recommendation Audiences
  • Engage Foundations (available for renewal only as of November 6, 2024): 100 Audiences, 75 Journey Steps

Visit Segment's pricing page(link takes you to an external page) to learn more.


NameLimitDetails
Inbound Data Throughput1000 events per secondTotal event stream from sources connected to Engage, including historical data replays. Segment may slow request processing once this limit is reached.
Outbound Downstream Destination Rate LimitsReduced retries when failures exceed 1000 events per secondOutbound Destination requests may fail for reasons outside of Segment's control. For example, most Destinations enforce their own rate limits. As a result, Segment may deliver data faster than the Destination can accept.

When Destination requests fail, Segment tries to deliver the data again. However, if more than 1000 requests per second fail or if the failure rate exceeds 50% for over 72 hours, Segment may reduce additional delivery attempts until the failure condition resolves.

Audiences and Computed Traits

audiences-and-computed-traits page anchor
NameLimitDetails
Compute Concurrency5 new concurrent audiences or computed traitsSegment computes five new audiences or computed traits at a time. Once the limit is reached, Segment queues additional computations until one of the five finishes computing.
Edit Concurrency5 concurrent audiences or computed traitsYou can edit five concurrent audiences or computed traits at a time. Once the limit is reached, Segment queues and locks additional computations until one of the five finishes computing.
Batch Compute Concurrency Limit10 (default) per spaceThe number of batch computations that can run concurrently per space. When this limit is reached, Segment delays subsequent computations until current computations finish.
Compute Throughput10000 computations per secondComputations include any Track or Identify call that triggers an audience or computed trait re-computation. Once the limit is reached, Segment may slow audience processing.
Real-time to batch destination sync frequency2-3 hoursThe frequency with which Segment syncs real-time audiences to batch destinations.
Event History1970-01-01Segment may not ingest events with a timestamp earlier than 1970-01-01, which can impact audience backfills for older events. Segment stores data indefinitely, but ingestion depends on event timestamps.

While Segment stores all events, event conditions typically evaluate data from the past three years by default. Your plan or configuration may allow a longer time window.
Engage Data Ingest1x the data ingested into ConnectionsThe amount of data transferred into the Compute Engine.
Audience Frequency Update1 per 8 hoursAudiences that require time windows (batch audiences), funnels, dynamic properties, or account-level membership are processed on chronological schedules. The default schedule is once every eight hours; however, this can be delayed if the "Batch Compute Concurrency Limit" is reached. Unless otherwise agreed upon, the audiences will compute at the limit set forth.
Event Properties (Computed Traits)10,000For Computed Traits that exceed this limit, Segment will not persist any new Event Properties and will drop new trait keys and corresponding values.
Session Window Minimum Size30 minutesThe minimum size for a session window used with a Computed Traits.
Session Window Maximum Size90 daysThe maximum size for a session window used with a Computed Traits.

NameLimitDetails
SQL Traits - Rows25 millionThe number of rows each SQL trait can return.
SQL Traits - Columns25The number of columns each SQL trait can return.

These limits are set per each Unify/Engage Space.

NameLimitDetails
Profile API Throughput100 requests per secondIf requests exceed 100 per second, the Profile API returns HTTP Error 429 Too Many Requests.
Events Lookback History14 daysThe Profile API retrieves up to 14 days of a profile's historical events within a collection. This applies to Track events, not traits sent through Identify calls.

NameLimitDetails
Identity Merges100 mergesEngage supports up to 100 merges per profile in its identity graph. Merges occur when a common external_id joins two existing profiles. For example, if a user initiates a mobile session but then signs in through a web application, a common identifier like user_id will join the two user profiles. No additional merges will be added once the profile reaches this limit. Event resolution for the profile, however, will continue.
Identity Mappings1000 mappingsEngage supports up to 1000 mappings per profile in its identity graph. Mappings are external identifier values like a user_id, email, mobile advertising id, or any custom identifier. No additional mappings will be added once the profile reaches this limit. Event resolution for the profile, however, will continue.
Identify calls300 traitsEngage rejects Identify events with 300 or more traits. If your use case requires more than 300 traits, you can split the traits into multiple Identify calls.

Unify ingestion limitations

unify-ingestion-limitations page anchor

Unify will silently drop events if:

  • The groupId has more than 500 characters.
  • Events have more than 300 properties/traits.
  • messageId is longer than 100 characters.
  • The groupId is empty in a Group call or context.groupId is empty in a Track call.