Configuring tracker plugins
The Snowplow JavaScript Trackers v3 allow extension via plugins. There are a number of official Snowplow plugins, but we also encourage building your own.
The plugin configuration is different between the Javascript (tag) and browser (npm package) versions of the Snowplow web tracker.
๐๏ธ Javascript (tag) tracker
The default releases of the JavaScript Tracker include a full-featured sp.js version, and a smaller-filesize sp.lite.js version that includes fewer plugins.
๐๏ธ Browser (npm) tracker
The Snowplow JavaScript Trackers v3 allow extension via plugins. There a number of official Snowplow plugins, but we also encourage building your own. You can either include them directly in your codebase or tag management tool, or you could publish them to npm as public packages that the whole community can use.