SDKs
Web
Instant insights from any website.
This documentation provides guidance on how to integrate the Bigdelta SDK into your web-based application directly in the browser. The Bigdelta SDK allows you to track user interactions and events, offering robust functionality for your analytics needs.
Getting started
Installation
If you’d like to add Bigdelta SDK to your web application and you’re not using package managers like npm or yarn, you can add the code snipped provided below directly to your page:
browser
Alternatively, for Node.js environments you can install Bigdelta SDK with a package manager:
Usage
Once the SDK is loaded, you can use the client to access the SDK’s methods.
API
Tracking Events
To track events, you can use the track method:
Example: