We recommend self-hosting the Snowplow JavaScript Tracker, sp.js
, as it has some definite advantages over using a third-party-hosted JavaScript:
- Hosting your own JavaScript allows you to use your own JavaScript minification and asset pipelining approach (e.g. bundling all JavaScripts into one minified JavaScript)
- As Douglas Crockford put it about third-party JavaScripts: “it is extremely unwise to load code from servers you do not control.”
- Renaming
sp.js
will ensure that Snowplow continues to function in the presence of ad/content blockers, which typically blocksp.js
(see e.g. EasyPrivacy)
Below are guides for hosting the minified sp.js
asset on Amazon Web Services and Google Cloud Platform. This is our recommended strategy for self hosting however there are other options available to self hosting sp.js
, you may choose to bundle it into your application directly or host with a different provider as two examples.
The latest minified version of the Snowplow JavaScript Tracker, called sp.js
, is available from the JavaScript Tracker GitHub releases.