Installing the SDK
To install the Conductive SDK in your web application or website, simply embed the snippet below.
Please note that each project has a unique Project API key. Before you proceed, please ensure that you have your API key. If you do not have one, the Conductive team will provide it.
Installation Methods
There are 2 major ways to use SDK in your web application or website.
1. Snippet embed
Utilize the below code snippet and paste it directly as the last element in your <HEAD> tag. This will be necessary for all pages you wish to track.
Additionally, swap the placeholder value with the API key provided to you by Conductive.
2. NPM / Yarn
You may also include it using NPM via
or via Yarn
You can then import it into your project files:
To avoid inadvertently sending test data when developing locally you can do the following
Last updated