Nothing written to the client
No cookies, no localStorage, no service worker. The script reads the current request and posts once.
Hikr is a tracking system that measures traffic without cookies, fingerprints, or persistent identifiers. One script, one dashboard, nothing stored on the client.
No cookies to clear, no banner to configure. Works with the tags you already run.
Most analytics ask for permission because they need to store something. Hikr doesn't store anything, so there's nothing to ask about.
No cookies, no localStorage, no service worker. The script reads the current request and posts once.
We do not probe canvas, fonts, audio, or hardware. Identity is a daily salted hash that expires and cannot be reversed.
Because there is nothing to consent to, the tag can sit outside your consent-gated container and see every visit.
Skip the browser entirely. Post events from your backend and keep the client payload at zero bytes.
Every metric in the dashboard is available over HTTP with the same key. Pipe it into your own warehouse.
A hkclid minted at the redirect hop rides the URL from ad click to lead. Campaigns get credit for outcomes — no visitor profile ever exists.
Add the tag to your Astro layout head, or drop it straight into plain HTML. No SDK, no build step, no consent gate in front of it.
See the full API →---
const site = "acme.com";
---
<html lang="en">
<head>
<script
defer
src="https://cdn.hikr.io/h.js"
data-site={site}>
</script>
<!-- no cookie, no consent gate,
nothing written to the device -->
</head>
<body><slot /></body>
</html><head>
<script
defer
src="https://cdn.hikr.io/h.js"
data-site="acme.com">
</script>
<!-- no cookie, no consent gate,
nothing written to the device -->
</head> See the mechanism end to end, then talk to us about your stack.