Site Management

Sites are the websites you track with Clickport. Each site has its own domain, timezone, tracking snippet, share links, and danger zone. This page covers managing the sites themselves: per-site configuration at /<domain>/settings/site, the all-sites overview at /settings/sites, and adding, reordering, or deleting a site.

For account-wide preferences (theme, engagement display, annotations, exclusions) see Theme, Engagement, Show annotations, and Exclude your visits. For grid-view behavior (search, sort, sparklines), see Sites overview.

Per-site settings

Open Site & Tracking snippet at /<domain>/settings/site. You get there from the site card on /settings/sites by clicking the gear icon, or from the dashboard sidebar. The page contains your site's core configuration: domain, timezone, and tracking snippet. Each can be updated at any time.

Domain

The domain field identifies which website your tracker data belongs to. When the tracker script runs on a page, it sends the hostname to the API, which matches it against registered domains to determine which site the data belongs to.

Click the Edit button next to the domain to change it. Clickport automatically cleans up the input by stripping protocols (https://), www. prefixes, trailing slashes, and query strings. The result is stored as a bare domain like example.com. Each domain must be unique across all Clickport accounts.

Timezone

The timezone determines how your analytics data is grouped by day, week, and month. It also affects comparison baselines and the hourly chart. Clickport supports all standard IANA timezones. Click Edit to select a new timezone from the dropdown.

Tip: Set your timezone to match where most of your visitors are located. This ensures your "Today" view and hourly chart align with your audience's actual browsing patterns.

Tracking snippet

The tracking snippet is the script tag you add to your website's <head> section. It loads the Clickport tracker and tells it which domain to report data for. The snippet is displayed in a copyable code block with a one-click copy button.

Site
Domain
example.com Edit
The tracker identifies your site by this domain.
Timezone
Europe/Berlin Edit

Tracking Snippet
<script defer data-domain="example.com"
  src="https://clickport.io/tracker.js"></script>
Add this snippet to your website's <head> tag.
Verify installation

Verify installation

The Verify installation button checks whether the tracker script is correctly installed on your site. When clicked, Clickport fetches your website's HTML and looks for two things:

  1. A <script> tag with src pointing to tracker.js
  2. A data-domain attribute matching your registered domain

If both checks pass, you will see a green confirmation. If the script is missing or the domain does not match, you will see a specific error message explaining what to fix.

Adding a site

You can track multiple websites from a single Clickport account. Each site gets its own domain, timezone, tracking snippet, and dashboard.

To add a site, open /settings/sites and click Add website in the top-right of the page header. (The same button is also available from the site switcher dropdown in the dashboard header.) You will be asked for two things:

  • Domain: The domain of the website you want to track. Clickport automatically cleans the input, so entering https://www.example.com/page results in example.com.
  • Timezone: Defaults to your browser's timezone. You can change it to any IANA timezone.

After adding the site, Clickport generates an API key and displays the tracking snippet. Copy the snippet into your new site's <head> tag to start collecting data.

Switching sites

The site switcher dropdown in the dashboard header shows all your sites with their favicons. Click any site to switch to its dashboard. The currently active site is highlighted in blue. If any of your sites have active realtime visitors, the count appears next to the site name with a green dot.

You can also click any card on /settings/sites to jump straight to that site's dashboard.

Reordering sites

On /settings/sites, set the sort dropdown to Custom (drag to reorder). The cards become draggable. The order you set there is the same order used in the site switcher dropdown across the dashboard, so put your most-watched sites first.

The other sort options (Most visitors, Fewest visitors, Most active now, Name A-Z, Name Z-A) are read-only views; they do not change the saved custom order.

Danger zone

The danger zone for a site lives at /<domain>/settings/danger-zone. It is highlighted in red because the action is irreversible.

Delete site

Deleting a site immediately removes it from your dashboard, the site switcher, and the sites overview. You will receive a confirmation email. We process the underlying data removal by hand on our side, so if you flagged a site by mistake, reply to the confirmation email and we can restore everything. Only the site owner can delete a site.

To prevent accidental deletion, you must type the full domain name to confirm. The delete button only becomes active when the confirmation matches exactly.

Danger zone
Initial state
Permanently delete example.com and all its analytics data.
Delete site
Danger zone
After confirming
Site flagged for deletion. You will not see example.com in your dashboard anymore. Check your inbox for confirmation. If this was a mistake, just reply to the email and we can restore everything.
← Back to sites
Warning: Once we process the deletion on our side, the data is gone for good. Export any reports you need before proceeding. If you flagged the site by mistake, reply to the confirmation email before we process and we will restore. Account deletion is a separate action covered in Delete account.

Where each setting lives

Quick reference for the current settings layout:

  • All sites grid (search, sort, reorder, add): /settings/sites
  • Domain, timezone, tracking snippet, verify installation: /<domain>/settings/site
  • Share links for a site: /<domain>/settings/share-links (see Share links)
  • Delete a site: /<domain>/settings/danger-zone
  • Name, email, avatar: /settings/account
  • Password, 2FA, login sessions, connected accounts: /settings/security
  • Billing, plan, pageview usage: /settings/subscription
  • Theme, engagement display, graph lines, annotations: /settings/dashboard
  • Tracking rules (exclude this device, IP/country/page blocks, hostname allow-list): /<domain>/settings/tracking-rules
  • Delete account: /settings/goodbye