Overview
Access keys let you connect your website, app, or external tools to Bigdelta. There are two types of keys, each serving a different purpose. To manage your keys, go to Settings → Access Keys.
Tracking keys
Tracking keys are used to send event data to Bigdelta from your website or app. When a visitor performs an action — such as signing up, clicking a button, or viewing a page — the tracking key sends that event to your workspace.Creating a tracking key
- Go to Settings → Access Keys.
- Open the Tracking Keys tab.
- Click New Tracking Key.
- Give your key a name (e.g., “Production Website” or “Mobile App”).
- Copy the generated key and code snippet.
API keys
API keys are used for programmatic access to the Bigdelta API. Use them when building custom integrations, importing data from external systems, or automating tasks outside of the Bigdelta interface.Creating an API key
- Go to Settings → Access Keys.
- Open the API Keys tab.
- Click New API Key.
- Give your key a name that describes its purpose.
- Copy the generated key for use in your applications.
Keep your API keys secure. Do not share them publicly or commit them to version control. If a key is compromised, delete it and create a new one.