Privacy
Klar รจ progettato da zero per proteggere la privacy dei visitatori.
What We Collect
Klar collects only the minimum data needed for analytics:
- Page URL โ The path being visited
- Referrer โ Where the visitor came from
- Screen width โ For device type detection
- UTM parameters โ For campaign tracking
What We DON'T Collect
We explicitly do not collect:
- โ Personal identifiable information (PII)
- โ Email addresses or names
- โ IP addresses
- โ Cookies
- โ Browser fingerprinting
- โ Cross-site tracking data
- โ Exact location data
GDPR Compliance
Klar is GDPR-friendly by design:
- No cookies required
- No personal data collection
- No consent banners needed
- Data processing agreement available
Under GDPR, Klar qualifies as a "simple measurement tool" because we don't process personal data.
CCPA Compliance
Klar does not sell visitor data. We don't collect information that could be sold or used for targeted advertising.
How Visitor Tracking Works
Klar uses a privacy-first approach to understand visitors without invading their privacy:
Visitor Counting
To count unique visitors without identifying them, Klar computes a one-way hash on its server โ nothing is stored on the visitor's device:
visitor_hash = sha256( daily_salt + site + IP + user-agent ) - The daily_salt is a server secret that rotates every 24 hours and is never stored โ so the same visitor produces a different hash each day and cannot be re-identified over time.
- The raw IP address is used only to compute the hash and is never stored.
- No cookie, no localStorage, no sessionStorage โ nothing is written to the browser.
- Not a "real" identity โ just a daily, per-site number to count unique visitors.
Session Tracking
- A session is derived from the same daily hash within a 30-minute window.
- It is computed entirely server-side โ no session identifier touches the device.
- Because the salt rotates daily, sessions never link a visitor across days.
What We Know
- "This browser visited 5 pages over 10 minutes"
- "This is a new visitor to this site"
- "This visitor came from Twitter"
What We DON'T Know
- Who the person is (no name, email, etc.)
- Where they go after leaving your site
- What they do on other websites
- Their real IP address
- Any persistent identifier that follows them online
Comparison
| Feature | Google Analytics | Klar |
|---|---|---|
| Cookies | Yes (4+ cookies) | None |
| Cross-site tracking | Yes (via Google accounts) | No |
| IP storage | Yes (anonymized) | No |
| GDPR consent required | Yes | Usually no |
| Fingerprinting | Yes | No |
| Data sold/shared | Yes (aggregated) | Never |
Privacy-Preserving Features
No Cookies, Nothing Stored
Klar stores nothing on the visitor's device. This means:
- No cookie consent banners required in most jurisdictions
- No cookies, no localStorage, no fingerprinting
- Visitors can't be tracked across sites โ or across days
Do Not Track & Global Privacy Control
Klar honors both the Do Not Track (DNT) and Global Privacy Control (GPC) browser signals by default โ visitors sending either are not tracked and no identifier is stored. Site owners can opt out
of this behavior with data-honor-dnt="false":
<script
src="https://klar.alphabros.eu/klar.js"
data-site-id="your-site-id"
data-honor-dnt="true"
defer
></script> IP Anonymization
We don't store IP addresses at all. We get country info from Cloudflare headers (when available), but never store the full IP.
Data Retention
Data retention depends on your plan:
- Free: 30 days
- Starter: 90 days
- Pro: Unlimited
- Business: Unlimited
Older data is automatically deleted.
Data Security
- All data encrypted in transit (TLS)
- Secure database infrastructure
- Regular security audits
- No third-party data sharing
Your Data
You own all your data. You can:
- Export your data at any time
- Request complete data deletion
- Delete individual sites or events
Contact us at klar@alphabros.eu for data requests.