Skip to main content
Product data tells Bigdelta how your customers are actually using your product. This is a progressive setup — the more data you send, the more features you unlock.

Install the SDK

The simplest starting point. Install the Bigdelta SDK and start capturing page views and form submissions automatically. What you need to provide:
  • Your Bigdelta tracking key (found in Settings → Access Keys)
Install the package:
<script type="application/javascript" src="https://cdn.jsdelivr.net/npm/@bigdelta/bigdelta-browser/dist/index.iife.min.js"></script>
Initialize the client:
import { Bigdelta } from '@bigdelta/bigdelta-browser';

const client = new Bigdelta({
  trackingKey: '<TRACKING_KEY>',
  defaultTrackingConfig: {
    pageViews: { enabled: true, singlePageAppTracking: 'any' },
    forms: { enabled: true }
  }
});
What you unlock:
  • Basic product usage tracking (page views)
  • Product Usage activities — Product Usage Dropped and Product Usage Increased are generated weekly per account