Add a site
- Sign in and open your Sites list.
- Choose to add a new site.
- Enter the site’s domain (for example
example.com). It must be unique within your team. - Optionally set the reporting timezone — this defines what counts as a day in your reports. It defaults to UTC and you can change it later in the site’s settings.
What a tracking key is
The tracking key is a UUID that identifies your site. The tracker script carries it asdata-site-id, and every hit the browser sends is tagged with it so Clickbase knows which site the traffic belongs to. It’s safe to expose in your page’s HTML — it only identifies the site, it doesn’t grant any access to your data.
Do not confuse the tracking key with a Developers personal access token. The tracking key is public and only identifies the site for browser hits. A Developers token is a private server-side credential used for the REST API and MCP — including the Payments API — and must be kept secret.
Install the script
Add the tracker to your site’s<head>, replacing YOUR_SITE_KEY with your tracking key:
Verify it’s working
Once the snippet is live, open your site and watch its Realtime view in Clickbase. Your own visit should appear within a few seconds. If nothing shows up:- Confirm
data-site-idmatches the site’s tracking key. - Make sure no ad blocker or Content-Security-Policy is stripping
cdn.clickbase.so.

