Install the Snorklee code
The Snorklee code is one small line you paste once into your site's <head>. It's barely 2 KB, it won't slow your pages down, and it sets no measurement cookies. Its default mode is built to measure your audience without a dedicated consent banner, as long as your use stays strictly statistical — you should still check your own privacy notice and your other scripts.
The code
Grab your personal code from the Integration tab of the dashboard (the data-site attribute holds your site's address).
<script defer src="https://snorklee.com/w.js" data-site="yoursite.com"></script>
Where to paste it
- Inside the
<head>of every page you want to measure. - Once per page. Don't paste the code twice on the same page.
- Thanks to
defer, it never slows your page down.
Using a CMS?
For most platforms, don't paste the code by hand — follow the matching guide.
- WordPress — one-click official plugin, or manual install in
header.php. - Shopify —
theme.liquid. - Webflow — Project Settings → Custom Code.
- Wix — Settings → Custom Code.
- Squarespace — Settings → Advanced → Code Injection.
- Framer — Settings → General → Custom Code.
- Next.js —
<Script>component in your layout. - Plain HTML — straight into
index.html.
What's next?
Once the code is in place, verify everything works. You should see a test event in the dashboard within a minute.