Skip to content

Commit 515a984

Browse files
authored
Merge pull request #3448 from segmentio/DOC-575-personas-event-ingestion-at-profile-limits-changes
Personas Events at Limits Updates [DOC-575]
2 parents 863fe4e + 929a74f commit 515a984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The trait and audience will automatically update going forward as historical eve
7272
Each incoming event is analyzed and external IDs are extracted (`user_id`, `anonymous_id`, `email`, and so on). The simplified algorithm works as follows:
7373

7474
1. Segment first searches the Identity Graph for incoming external IDs.
75-
2. If Segment find no matching profile(s), it creates one.
75+
2. If Segment finds no matching profile(s), it creates one.
7676
3. If Segment finds one profile, it merges the incoming event with that profile. (This means that Segment adds the external IDs on the incoming message and resolves the event to the profile.)
7777
4. If Segment finds multiple matching profiles, Segment applies the identity resolution settings for merge protection. Specifically, Segment uses identifier limits and priorities to add the correct identifiers to the profile.
7878
5. Segment then applies [Personas default profile limits](/docs/personas/product-limits/#identity) to ensure profiles remain under these limits. Segment doesn't add any further merges or mappings if the profile is at either limit, but event resolution for the profile will continue.

0 commit comments

Comments
 (0)