Skip to content

Commit 24e8245

Browse files
committed
Update API ref docs content
Mention the RN tracker and update dead links to docs.snowplow.io
1 parent 4fd8fc1 commit 24e8245

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

api-docs/docs/index.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@
22
sidebar_position: 1
33
---
44

5-
# JavaScript Trackers
6-
The Snowplow JavaScript Trackers support being used in a number of environments. There are three versions of the tracker.
5+
# JavaScript trackers
6+
The Snowplow JavaScript trackers support being used in a number of environments.
77

88
## Web tracking
99
We have two flavours of web tracker: JavaScript and Browser.
1010

11-
- JavaScript Tracker (v2 and v3) for loading via tags, by adding code snippets to your website or Tag Manager solution.
12-
- Browser Tracker (v3) for installation into web apps via npm. Popular when natively integrating tracking into React, Angular and Vue applications.
11+
- JavaScript tracker (v2, v3, and v4) for loading via tags, by adding code snippets to your website or Tag Manager solution.
12+
- Browser tracker (v3 and v4) for installation into web apps via npm. Popular when natively integrating tracking into React, Angular and Vue applications.
1313

14-
Find the documentation for both in the [Web trackers](https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/javascript-trackers/web-tracker/) section.
14+
From v3 onwards, the JavaScript tracker is implemented as a wrapper around the Browser tracker.
1515

16+
Find high-level documentation for both in the [Web trackers](https://docs.snowplow.io/docs/sources/trackers/web-trackers/) section.
1617

1718
## Server-side tracking
18-
Track events in server-side Node.js environments using the Node.js Tracker (v3). Used via npm.
19+
Track events in server-side Node.js environments using the Node.js tracker (v3 and v4). Used via npm.
1920

20-
Find the documentation in the [Node.js tracker](https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/javascript-trackers/node-js-tracker) section.
21+
Find high-level documentation in the [Node.js tracker](https://docs.snowplow.io/docs/sources/trackers/node-js-tracker/) section.
2122

23+
## App tracking
24+
Track events in React Native environments including mobile applications with the React Native tracker.
2225

26+
Find high-level documentation in the [React Native tracker](https://docs.snowplow.io/docs/sources/trackers/react-native-tracker/) section.

0 commit comments

Comments
 (0)