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.
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.
<script defer data-domain="example.com" src="https://clickport.io/tracker.js"></script>
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:
- A
<script>tag withsrcpointing totracker.js - A
data-domainattribute 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/pageresults inexample.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.
Site limits
Each tier includes a number of sites: 1 on Starter, 3 on Growth, 10 on Business, 50 on Scale, and no limit on Enterprise. The free trial includes 10. Only sites you own count; guest sites and the All sites view do not.
When you reach the number, the Add site button is disabled and names the tier that fits. Your existing sites keep tracking and nothing is deleted. Open Settings, Subscription and click Change plan to move up. The new limit applies right away. Details in Billing.
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.
Transfer a site
You can transfer a site to a team you belong to, or to another Clickport account entirely. The option lives in the site's Danger zone, at /<domain>/settings/danger-zone, in a "Transfer site" block above "Delete this site". Only the site owner can start a transfer.
Two ways to transfer
- To a team you belong to: pick the team from a dropdown. The site moves at once.
- To another Clickport account: enter the recipient's email address. Clickport emails them a link that works for 48 hours. They accept it while signed in, choosing a destination team if they have more than one.
What moves, and what stays behind
The site keeps its history. All data, API keys, share links, tracking rules, goals, and settings move with the site.
The subscription never moves. It stays with the sending team. Before the move, Clickport checks that the new owner's plan has room for the site.
Search Console and Bing connections move only when you transfer to a team you belong to. When you send a site to another account, Clickport unlinks both. The new owner reconnects them from the site's settings.
Guest access
When you send a site to another account, two checkboxes control what happens to the people you shared the site with:
- Keep guest access for me: you stay on the site as a guest editor after the move.
- Move guests too: the site's current guests move with it. Leave this off, and they lose access once the transfer completes.
Cancel a pending transfer
A pending transfer to another account shows in the Danger zone with a Cancel button. Cancel it any time before the recipient accepts. A site can have only one pending transfer at a time.
Danger zone
The danger zone for a site lives at /<domain>/settings/danger-zone. It is highlighted in red because the action is irreversible. It also holds the transfer option described above, in the block right above "Delete this site".
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.
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/sharing(see Share links) - Transfer or 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