You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/profiles/identity-resolution/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,28 @@ redirect_from:
7
7
8
8
## Identity Graph
9
9
10
-
Identity Resolution sits at the core of Segment. The Identity Graph merges the complete history of each customer into a single profile, no matter where they interact with your business. Identity Resolution allows you to understand a user's interaction across web, mobile, server, and thirdparty partner touch-points in realtime, using an online and offline ID graph with support for cookie IDs, device IDs, emails, and custom external IDs. If you are sending the [group](/docs/connections/spec/group) call, you can also understand user behavior at the account-level.
10
+
Identity Resolution sits at the core of Segment. The Identity Graph merges the complete history of each customer into a single profile, no matter where they interact with your business. Identity Resolution allows you to understand a user's interaction across web, mobile, server, and third-party partner touch-points in real time, using an online and offline ID graph with support for cookie IDs, device IDs, emails, and custom external IDs. If you are sending the [Group call](/docs/connections/spec/group), you can also understand user behavior at the account-level.
11
11
12
12

13
13
14
14
## Highlights
15
15
1.**Supports existing data** — no additional code or set up required
16
16
2.**Supports all channels** — stitches web + mobile + server + third party interactions into the same user
17
17
3.**Supports anonymous identity stitching** — by merging child sessions into parent sessions
18
-
4.**Supports user:account relationships** - for b2b companies, generates a graph of relationships between users and accounts
19
-
5.**Realtime** - merges realtime data streams, tested at 50,000 resolutions/second with a P95 resolve duration of 7ms
18
+
4.**Supports user:account relationships** - for B2B companies, generates a graph of relationships between users and accounts
19
+
5.**Real-time performance** - reliable real-time data stream merges with minimal latency
20
20
21
21
22
22
## Technical highlights
23
23
1.**Supports custom external IDs** - bring your own external IDs
24
24
2.**Customizable ID Rules** — allows you to enforce uniqueness on select external IDs and customize which external IDs and sources cause associations
25
-
3.**Merge Protection** - automatically detects and solves identity issues such as nonunique anonymous IDs and the library problem using the priority trust algorithm
26
-
4.**Maintains persistent ID** - multiple external IDs get matched to one persistent ID.
25
+
3.**Merge Protection** - automatically detects and solves identity issues, like non-unique anonymous IDs and the library problem using the priority trust algorithm
26
+
4.**Maintains persistent ID** - multiple external IDs get matched to one persistent ID
27
27
28
28
29
29
## Frequently asked questions
30
30
31
31
### Can I use the Profile API on the client-side?
32
-
For security reasons, Segment requires that the Profile API only be used server-side. The Profile API allows you to look up data about any user given an identifier (for example, email, `anonymousId`, or `userId`) and an authorized access secret. While this enables powerful personalization workflows, it could also let your customers' data fall into the wrong hands if the access secret were exposed on the client.
32
+
For security reasons, Segment requires that the [Profile API](/docs/profiles/profile-api/) only be used server-side. The Profile API allows you to look up data about any user given an identifier (for example, email, `anonymousId`, or `userId`) and an authorized access secret. While this enables powerful personalization workflows, it could also let your customers' data fall into the wrong hands if the access secret were exposed on the client.
33
33
34
-
Instead, by creating an authenticated personalization endpoint server-side backed by the Profile API, you can serve up personalized data to your users without the risk of their information falling into the wrong hands.
34
+
Instead, by creating an authenticated personalization endpoint server-side backed by the Profile API, you can serve up personalized data to your users without the risk of their information falling into the wrong hands.
0 commit comments