Users

Overview
This section provides guidance on using the identify method to successfully identify your product’s users. This will show you which users are triggering events in Bigdelta. It is recommended to include this code snippet in the section of your code where user sign-ups, logins are handled.

Code
Replace <TRACKING_KEY> with your Tracking key.
Replace <USER_ID> with a unique identifier, preferably the user ID from your database.

Accounts

Overview

If you’re a B2B product, you most likely have actual businesses, known as “companies”, using your product. Luckily, Bigdelta allows you to track them easily by account_id to identify call.

Code

Replace <TRACKING_KEY> with your Tracking key.
Replace <ACCOUNT_ID> with a unique identifier, preferably the account ID from your database.

Here’s an example:

Users & Accounts

Overview

Bigdelta allows you to track users and accounts easily by providing them to identify call.

Code

Replace <TRACKING_KEY> with your Tracking key. Get Tracking KEY
Replace <USER_ID> with a unique identifier, preferably the user ID from your database.
Replace <ACCOUNT_ID> with a unique identifier, preferably the account ID from your database.

Here’s an example: