JS: Installation and Getting Started


To get started using the JavaScript SDK, you’ll first need to download the package, and have access to your own analytics dashboard project, which you can request to be commissioned via our Support Portal. You’ll also need the API key pair for your dashboard collector, which we’ll provide for you.


The Javascript Analytics SDK is installed via NPM, by running the following command in a terminal or command line window from within your project:

npm install --save @blinkmobile/analytics-sdk


Shortly, we’ll run you through the usage section, which will show you how to format and start logging your own custom events. Before that however, we’ll explain a little more about how the API key pairs will work with your own custom analytics collector.

Next Step


API Key Pairs