Node.js tracker setup - OXYGEN-MARKET/oxygen-market.github.io GitHub Wiki

HOME > SNOWPLOW SETUP GUIDE > Step 2: setup a Tracker > Node.js tracker

Contents

1. Overview

The Snowplow Node.js Tracker lets you add analytics to your Node.js-based applications.

2. Compatibility

The Snowplow Node.js Tracker is compatible with Node.js versions 0.10.x and 0.11.x. Installing it requires npm.

3. Installation

Setting up the tracker should be straightforward if you are familiar with npm:

npm install snowplow-tracker

You can automatically save the Tracker as a dependency for your npm module like this:

npm install snowplow-tracker --save

4. Next steps

Once you've installed the module, check out the technical documentation page for information on the Node.js Tracker API. Then you should be ready to start tracking your own events.

Back to top

⚠️ **GitHub.com Fallback** ⚠️