identify. This links events to specific users and accounts.
Call identify after every successful login, signup, and session restore. Make sure you have called it before tracking events — it is important so track events are attributed to the right records.
What you need to provide:
- User ID (unique user identifier in your system)
- Account ID (unique account identifier in your system)
Signup only
On signup, extend the accounts entry withaccount_since. Using set_once ensures it is never overwritten on later logins:
account_since is required for the Account Creation activity and is used to calculate activation and conversion metrics. Without it, Bigdelta cannot determine when an account was created, making these metrics unavailable.The
email_address on the account record is required to connect your product data with revenue data from your payment processor. Without it, Bigdelta cannot match product accounts to billing accounts.- Events are attributed to specific users and accounts
- User records — appear in your workspace linked to their accounts

- User activities — Added User and Removed User are tracked per account
