Web trackers
Snowplow provides two web trackers to use depending how you wish to add analytics to your webapp.
The JavaScript Tracker is loaded via tag: add code snippets to your website or Tag Manager solution. Some plugins are included in the standard tag, but we also provide customization options.
The Browser Tracker is available via npm
(@snowplow/browser-tracker
) and can be directly bundled into your application. It supports core tracking methods out of the box and can be extended through plugins (@snowplow/browser-plugin-*
). This tracker is often used when natively integrating tracking into React, Angular and Vue applications.
As the API is similar, we have combined the documentation for both trackers. We've marked the sections which are only relevant to one tracker or another.
๐๏ธ Quick start guide
Quick start (plus modelling!)
๐๏ธ Tracker setup
4 items
๐๏ธ Tracking data out-of-the-box
25 items
๐๏ธ Custom event tracking
1 items
๐๏ธ Configuring how events are sent
It's possible to add a fine-grained configuration for exactly how the web tracker should track and send events.
๐๏ธ Plugins
2 items
๐๏ธ Cookies and local storage
2 items
๐๏ธ Cross-domain tracking
๐๏ธ Opt-outs and anonymous tracking
Capture Snowplow web events without user or session identifiers, without IP addresses and without setting any cookies
๐๏ธ Browser support
The Snowplow web tracker supports tracking in all modern browsers, including new browser features such as Privacy Sandbox and Client Hints.
๐๏ธ Testing, debugging and troubleshooting
Testing your tracking implementation
๐๏ธ Migration guides
2 items
๐๏ธ Previous versions
3 items