Analytics Setup Instructions
1. Microsoft Clarity (Heatmaps & Click Tracking)
Status: Ready to activate
- Go to: https://clarity.microsoft.com
- Sign in with Microsoft/GitHub account
- Click “New Project”
- Enter:
- Name: dfielding14.github.io
- URL: https://dfielding14.github.io
- Copy your Project ID (looks like: “pq8xzfh5k7”)
- Replace the ID in _layouts/default.html line 27
What you’ll see:
- Heatmaps showing where people click
- Session recordings (anonymous)
- Rage clicks and dead clicks
- JavaScript errors
2. Umami Analytics (Visitor Stats)
Status: Needs account
Option A: Free Cloud (Easiest)
- Go to: https://cloud.umami.is
- Sign up for free account (10,000 events/month free)
- Add website:
- Name: Drummond Fielding
- Domain: dfielding14.github.io
- Copy the tracking code
- Replace in _layouts/default.html line 31
Option B: Free Self-Hosted (Better)
- Go to: https://vercel.com
- Click “Deploy Umami” template
- Connect to GitHub
- Deploy (takes 2 minutes)
- Visit your-app.vercel.app
- Default login: admin/umami
- Add your website
- Copy tracking code
What you’ll see:
- Real-time visitors
- Page views
- Countries/cities
- Browsers/devices
- Referrers
- Custom events
3. Quick Alternative: Counter.dev
Simplest option - no account needed
Just add this to _layouts/default.html:
<script src="https://cdn.counter.dev/script.js" data-id="YOUR_ID_HERE" data-utcoffset="-5"></script>
Visit: https://counter.dev to generate your ID
Viewing Your Analytics
- Clarity: https://clarity.microsoft.com/projects
- Umami Cloud: https://cloud.umami.is
- Counter.dev: https://counter.dev/dashboard.html?id=YOUR_ID
Privacy Note
Both services are GDPR compliant and don’t require cookie banners.