Appearance
Krafter Analytics
Privacy-first web analytics with no cookies, no fingerprinting, and full GDPR compliance out of the box. Lightweight tracker script, custom events, goal tracking with revenue, and a real-time dashboard.
Features
- No cookies — Privacy-safe visitor identification using daily-salted IP hashing
- Lightweight tracker — Under 1 KB script, async loading, zero impact on page speed
- Custom events — Track button clicks, form submissions, or any user action
- Goals & revenue — Define conversion goals with optional revenue tracking
- Real-time dashboard — Live visitor count, active pages, and event stream
- UTM attribution — Automatic parsing of utm_source, utm_medium, and utm_campaign
- Breakdowns — Top pages, referrers, countries, devices, browsers, and OS
Quick links
- Quickstart — Add tracking in under a minute
- Custom Events & Goals — Track conversions and custom actions
- Privacy — How we protect visitor privacy
- Tracker Reference — Full JavaScript API (
window.ka) - API Reference — REST API for sites and stats
How it works
- Create a site in the dashboard or via the API
- Add the tracker script to your website
- View analytics in the real-time dashboard
html
<script defer data-site="sk_YOUR_SITE_KEY" src="https://app.krafter.dev/a.js"></script>Base URL
https://app.krafter.dev/api/v1/analyticsAPI requests require a Bearer token with analytics:read or analytics:write scope. Requests are subject to platform rate limits.