From a37a3e4da8c262fdcbdce0fc7a46b6292e643a7d Mon Sep 17 00:00:00 2001 From: bill-wilkin <67137313+bill-wilkin@users.noreply.github.com> Date: Fri, 12 May 2023 17:02:46 -0700 Subject: [PATCH 1/2] Update profile-api-limits.md with additional limitations --- src/unify/profile-api-limits.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/unify/profile-api-limits.md b/src/unify/profile-api-limits.md index ed69f44b24..e5f971a845 100644 --- a/src/unify/profile-api-limits.md +++ b/src/unify/profile-api-limits.md @@ -5,6 +5,14 @@ redirect_from: - '/profiles/product-limits' --- +###Unify Ingestion Limitations + +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. + ## Profile API | Name | limit | Details | From bb3a63505c79c503e8ef313afe2583a460a5ba58 Mon Sep 17 00:00:00 2001 From: rchinn-segment Date: Fri, 30 Jun 2023 11:14:02 -0700 Subject: [PATCH 2/2] Format doc --- src/unify/profile-api-limits.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/unify/profile-api-limits.md b/src/unify/profile-api-limits.md index e5f971a845..2cc98dea16 100644 --- a/src/unify/profile-api-limits.md +++ b/src/unify/profile-api-limits.md @@ -5,13 +5,6 @@ redirect_from: - '/profiles/product-limits' --- -###Unify Ingestion Limitations - -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. ## Profile API @@ -28,3 +21,11 @@ Unify will silently drop events if: | 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. | | 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. | | 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. | + +### Unify ingestion limitations + +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. \ No newline at end of file