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/connections/spec/alias.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: 'Spec: Alias'
3
3
---
4
4
5
-
The Alias method is used to merge two unassociated user identities, effectively connecting two sets of user data as one. This is an advanced method, but it is required to manage user identities successfully in some of Segment's destinations. Segment usually handles aliasing automatically when you call Identify on a user, however some tools require an explicit Alias call.
5
+
The Alias method is used to merge two unassociated user identities, effectively connecting two sets of user data as one. This is an advanced method used to manage user identities in some of Segment's destinations. Segment usually handles aliasing automatically when you call [Identify](/docs/connections/spec/identify/) on a user, however some tools require an explicit Alias call.
6
6
7
7
> info "Alias is an advanced method"
8
8
> The Alias method allows you to explicitly change the ID of a tracked user. This should only be done when it's required for downstream destination compatibility. See the [Best Practices for Identifying Users](/docs/guides/how-to-guides/best-practices-identify/) docs for more information.
0 commit comments