Skip to content

Commit bb3a635

Browse files
committed
Format doc
1 parent a37a3e4 commit bb3a635

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/unify/profile-api-limits.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ redirect_from:
55
- '/profiles/product-limits'
66
---
77

8-
###Unify Ingestion Limitations
9-
10-
Unify will silently drop events if:
11-
- The groupId has more than 500 characters.
12-
- Events have more than 300 properties/traits.
13-
- messageId is longer than 100 characters.
14-
- The groupId is empty in a group call or context.groupId is empty in a track call.
158

169
## Profile API
1710

@@ -28,3 +21,11 @@ Unify will silently drop events if:
2821
| Identity Merges | 100 merges | Engage 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. |
2922
| Identity Mappings | 1000 mappings | Engage 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. |
3023
| Identify calls | 300 traits | Engage 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. |
24+
25+
### Unify ingestion limitations
26+
27+
Unify will silently drop events if:
28+
- The groupId has more than 500 characters.
29+
- Events have more than 300 properties/traits.
30+
- messageId is longer than 100 characters.
31+
- The groupId is empty in a group call or context.groupId is empty in a track call.

0 commit comments

Comments
 (0)