Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9431cd8

Browse files
authored
Add Liquid Comments
1 parent 2f7e3e5 commit 9431cd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/profiles/faqs.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ Each incoming event is analyzed and external IDs are extracted (`user_id`, `anon
2626
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.
2727
5. Segment then applies [Profile limits](/docs/profiles/profile-api-limits/) 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.
2828

29-
<!-- PW, 12/5/22
29+
{% comment %}
3030

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

3333
![Identity graph merging](images/merging_2.png "Flowchart of Segment searching for profiles by external ID")
3434

35-
![Identity graph merging](images/merging_3.png "Flowchart of Segment merging profiles") -->
35+
![Identity graph merging](images/merging_3.png "Flowchart of Segment merging profiles")
36+
37+
{% endcomment %}
3638

3739
## Is all matching deterministic, or is there any support for probabilistic matching?
3840
All Profile matching is deterministic and based on first-party data that you've collected.

0 commit comments

Comments
 (0)