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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ title: 'Spec: Alias'
7
7
8
8
The `alias` method is used to merge two 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 our destinations.
9
9
10
+
> info "Alias and Unify"
11
+
> Alias call cannot be used to merge profiles in [Unify](https://segment.com/docs/unify/). For more information on how Unify merges user profiles, please check out our documentation on [Identity Resolution](https://segment.com/docs/unify/identity-resolution/).
12
+
10
13
{% include components/reference-button.html href="https://university.segment.com/introduction-to-segment/324252?reg=1&referrer=docs" icon="media/academy.svg" title="Segment University: The Segment Methods" content="Check out our high-level overview of these APIs in Segment University. (Must be logged in to access.)" %}
11
14
12
15
Since this is our most advanced method we have added sections to each docs page for destinations that use it:
0 commit comments