Skip to content

Commit a3b692e

Browse files
committed
init, Vale fixes
removed Seg U link too as requested in #4940
1 parent bb8b335 commit a3b692e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/connections/spec/alias.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ title: 'Spec: Alias'
33
---
44

55
> note "Alias is an advanced method"
6-
> The Alias method allows you to explicitly change the ID of a tracked user, however this should only be done when it's required for downstream destination compatibility. See our [Best Practices for Identifying Users](/docs/guides/how-to-guides/best-practices-identify/) for more information.
6+
> The Alias method allows you to explicitly change the ID of a tracked user, however 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.
77
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.
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 Segment's destinations.
99

10-
{% 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-
12-
Since this is our most advanced method we have added sections to each docs page for destinations that use it:
10+
Since this is Segment's most advanced method, there are sections on each docs page for destinations that use it:
1311

1412
- [Kissmetrics](/docs/connections/destinations/catalog/kissmetrics#alias)
1513
- [Mixpanel](/docs/connections/destinations/catalog/mixpanel#alias)
1614
- [Vero](/docs/connections/destinations/catalog/vero#alias)
1715

18-
Here's the payload of a basic `alias` call that will associate this user's existing `id` (email address) with a new one (a database ID), with most [common fields](/docs/connections/spec/common/) removed:
16+
Here's the payload of a basic Alias call that will associate this user's existing `id` (email address) with a new one (a database ID), with most [common fields](/docs/connections/spec/common/) removed:
1917

2018
```js
2119
{
@@ -34,7 +32,7 @@ analytics.alias("507f191e81");
3432
```
3533
{% include content/syntax-note.md %}
3634

37-
Beyond the common fields, the `alias` call takes the following fields:
35+
Beyond the common fields, the Alias call takes the following fields:
3836

3937
<table>
4038
{% include content/spec-table-header.md %}
@@ -44,7 +42,7 @@ Beyond the common fields, the `alias` call takes the following fields:
4442

4543

4644
## Examples
47-
Here's a complete example of an `alias` call:
45+
Here's a complete example of an Alias call:
4846

4947
```js
5048
{
@@ -72,7 +70,7 @@ Here's a complete example of an `alias` call:
7270

7371
## Previous ID
7472

75-
The `previousId` is the existing ID you've referred to the user by. It might be an Anonymous ID assigned to that user or a User ID you previously identified them with using our [`identify`](/docs/connections/spec/identify/) call.
73+
The `previousId` is the existing ID you've referred to the user by. It might be an Anonymous ID assigned to that user or a User ID you previously identified them with using Segment's [Identify](/docs/connections/spec/identify/) call.
7674

7775
## User ID
7876

0 commit comments

Comments
 (0)