Skip to content

Commit b83eec5

Browse files
committed
Vale fixes DOC-575
1 parent 30e3233 commit b83eec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/personas/faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Each incoming event is analyzed and external IDs are extracted (`user_id`, `anon
7575
2. If Segment find 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.
78-
5. Segment then aplies [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.
78+
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.
7979

8080
![Identity graph merging](images/merging_1.png "Flowchart of Segment receiving an incoming event")
8181

@@ -132,7 +132,7 @@ This is especially helpful for preventing "blob users" that are merged together
132132
## Which destinations support syncing the identity graph?
133133
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.
134134

135-
By default, Segment doesn't sync the output of the Identity Graph to Destinations. However, Segment computed traits and audiences are based on the entire user profile, including anonymous and merged data. We sync the value of these computations (e.g. `blog_posts_ready_30_days: 10`) using all `userIds` on the profile.
135+
By default, Segment doesn't sync the output of the Identity Graph to Destinations. However, Segment computed traits and audiences are based on the entire user profile, including anonymous and merged data. Segment syncs the value of these computations (for example, `blog_posts_ready_30_days: 10`) using all `userIds` on the profile.
136136

137137
For Destinations that support an `alias` call (for example, Mixpanel), you can emit an `alias` call on merge.
138138

0 commit comments

Comments
 (0)