Shopify install
Adding Snorklee to your Shopify store takes about two minutes. It doesn't change how your theme looks and it doesn't slow your pages down. Here's how.
- From the Shopify admin: Online Store → Themes.
- Click Actions → Edit code next to your active theme.
- Open
theme.liquid(in the Layout folder). - Paste the Snorklee code right before the closing
</head>tag:
<script defer src="https://snorklee.com/w.js" data-site="yoursite.com"></script>
- Save.
Verify
- Open your store in a private window.
- In the Integration tab of your dashboard, the Server ping light turns green within seconds — the sign that Snorklee is receiving your visits.
- Snorklee sets no cookie on your store. Still, check your banner and privacy policy if you use other tools or a more advanced setup.
Notes
- Shopify payments (Order paid, Cart created, etc.) aren't counted on their own by the Snorklee code. To track them, use the method from Custom events via your theme's JS API or the Customer Events option (Shopify Plus).
- If you use several themes (one preview, one live), repeat the steps in each
theme.liquid.