From a70cda56fefae322d37db4af4069e5a91e95d17a Mon Sep 17 00:00:00 2001 From: pwseg Date: Mon, 5 Dec 2022 16:31:03 -0600 Subject: [PATCH 1/2] Add Events at Limits Updates --- src/engage/faqs.md | 4 ++-- src/profiles/faqs.md | 3 ++- src/profiles/profile-api-limits.md | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/engage/faqs.md b/src/engage/faqs.md index e997bbdb9f..229a439002 100644 --- a/src/engage/faqs.md +++ b/src/engage/faqs.md @@ -66,14 +66,14 @@ The audience in the image below includes all users that have Product Added in th > info "" > Funnel Audiences compute based on all instances of the parent event within the lookback period. This means that if you have a user that Product Added ⟶ Order Completed ⟶ Product Added, this user would be entered into the Abandoned Cart state despite having previously completed an order. - +This is especially helpful for preventing "blob users" that are merged together by non-unique anonymous IDs or by common group emails like `team@company.com`. ## Which destinations support syncing the identity graph? Most destinations on the Segment Platform are built up around a user model. They assume that a user will have a single userId. Further, most Destinations are not built to handle anonymous traffic. diff --git a/src/profiles/faqs.md b/src/profiles/faqs.md index 9d5d0d3c73..35dec9cde9 100644 --- a/src/profiles/faqs.md +++ b/src/profiles/faqs.md @@ -17,7 +17,6 @@ Identity Graph automatically collects a rich set of external IDs without any add If you want Identity Graph to operate on a different custom ID, you can pass it in using `context.externalIds` on an `identify()` or `track()`. If you're interested in this feature, contact your CSM to discuss the best way to implement this feature. - +![Identity graph merging](images/merging_3.png "Flowchart of Segment merging profiles") + +{% endcomment %} ## Is all matching deterministic, or is there any support for probabilistic matching? All Profile matching is deterministic and based on first-party data that you've collected.