Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 994 Bytes

File metadata and controls

22 lines (13 loc) · 994 Bytes
sidebar_position 1

JavaScript Trackers

The Snowplow JavaScript Trackers support being used in a number of environments. There are three versions of the tracker.

Web tracking

We have two flavours of web tracker: JavaScript and Browser.

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

Find the documentation for both in the Web trackers section.

Server-side tracking

Track events in server-side Node.js environments using the Node.js Tracker (v3). Used via npm.

Find the documentation in the Node.js tracker section.