Privacy-first analytics
Website analytics without the complexity
Track pageviews and booking clicks across all your client sites. No cookies, no IP logging, fully compliant. Built for web agencies.
Quick Integration
Add this snippet to your client websites to start tracking
fetch("https://your-dashboard.com/api/ingest", {
method: "POST",
headers: {
"Content-Type": "application/json",
"x-clicksite-key": "SITE_INGEST_KEY"
},
body: JSON.stringify({
event: "booking_click"
})
});