Skip to content

Commit 46c9eaa

Browse files
committed
DOC-178 update upgrade guide
1 parent 1ebf3d3 commit 46c9eaa

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

src/_data/sidenav/strat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ sections:
9393
title: Analytics.js (Javascript) Source
9494
- path: /connections/sources/catalog/libraries/website/javascript/ajs-classic
9595
title: Analytics.js Classic
96-
- path: /connections/sources/catalog/libraries/website/javascript/migrate-to-ajs2
97-
title: Migrate to Analytics.js 2.0
96+
- path: /connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2
97+
title: Upgrade to Analytics.js 2.0
9898
- path: /connections/sources/catalog/libraries/website/javascript/supported-browsers
9999
title: Analytics.js supported browsers
100100
- path: /connections/sources/catalog/libraries/website/javascript/quickstart

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Analytics.js 2.0 introduces new ways for developers to augment events throughout
3636

3737
Read through the [Analytics.js QuickStart Guide](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/) which explains how to add Analytics.js to your site in just a few minutes. Once you've installed the library, read on for the detailed API reference!
3838

39+
### Upgrade your existing Javascript sources
40+
41+
For information about upgrading your existing javascript sources, see [Upgrade to A.js 2.0](/docs/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2).
42+
3943
## Basic tracking methods
4044

4145
The basic tracking methods below are the building blocks of your Segment tracking. They include [Identify](#identify), [Track](#track), [Page](#page), [Group](#group), and [Alias](#alias), as described below.

src/connections/sources/catalog/libraries/website/javascript/migrate-to-ajs2.md renamed to src/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: Migrate to A.js 2.0
2+
title: Upgrade to A.js 2.0
33
strat: ajs
44
---
55

6-
Analytics.js 2.0 is fully backward compatible with Analytics.js Classic. To migrate your sources, follow the manual upgrade steps below, or see the schedule for automatic migration.
6+
Analytics.js 2.0 is fully backward compatible with Analytics.js Classic. To upgrade your sources, follow the manual upgrade steps below, or see the schedule for automatic migration.
77

8-
## Manual migration
8+
## Manual upgrade
99

10-
To migrate a source to Analytics.js 2.0:
10+
To upgrade a source to Analytics.js 2.0:
1111

1212
1. In your Segment workspace, open the **Connections** page.
13-
2. Open the Javascript source you will migrate.
13+
2. Open the Javascript source you will upgrade.
1414
3. On the **Settings** tab, open the **Analytics.js** category.
1515
4. Enable the flag for Analytics 2.0.
1616
5. Within 5 minutes, the source receives Analytics.js 2.0. No code or tag changes required.
1717
6. Open the Debugger to ensure that events are flowing as expected.
1818

1919
## Automatic migration
2020

21-
Analytics.js sources will migrate to Analytics.js 2.0 on the date below, according to the account tier. On the date listed, Segment will migrate all Analytics.js sources within the associated account tier.
21+
Analytics.js sources will upgrade to Analytics.js 2.0 on the date below, according to the account tier. On the date listed, Segment will upgrade all Analytics.js sources within the associated account tier.
2222

2323
| Segment Plan | Upgrade Date |
2424
|--------------| -------------|

0 commit comments

Comments
 (0)