Install the snippet
The snippet is a lightweight script (~3 KB gzip) that goes into your site's <head> once. No setup, no cookies, no consent prompt.
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://wheremyflow.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 (the script ignores duplicate loads).
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.