Install the snippet
The snippet is a lightweight script (≈ 2 KB gzip) that goes into your site's <head> once. It sets no analytics cookies. The default mode is designed to support audience measurement without a dedicated consent banner when your use remains strictly statistical, but you must check your own privacy notice and other scripts.
The code
Get your personal snippet from the Integration tab of the dashboard (the data-site attribute contains your unique site ID).
<script defer src="https://snorklee.com/w.js" data-site="YOUR_SITE_ID"></script>
Where to paste it
- Inside the
<head>of every page you want to track. - Once per page. Do not paste two snippets on the same page.
deferensures it never blocks rendering.
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 snippet is in place, verify everything works. You should see a test event in the dashboard within a minute.