Install Script
Add a single script tag to your website and start tracking immediately.
Quick Start
Add this snippet to your <head> tag:
<script src="https://cdn.supalytics.co/script.js" data-site="YOUR_SITE_ID" defer></script>Replace YOUR_SITE_ID with your site ID from your project settings.
Finding Your Site ID
- Hover over your website in the dashboard and click the settings icon

- Copy the Site ID from the settings page

Script Attributes
| Attribute | Required | Description |
|---|---|---|
data-site | Yes | Your unique site ID (found in project settings) |
defer | Recommended | Loads script without blocking page render |
Verify Installation
- Deploy your changes
- Visit your site
- Check the dashboard - pageviews appear within seconds
Script Size
The tracking script is < 1.5KB over the network. It won't slow down your site.