Aller au contenu
snorklee
Fonctionnalités Trafic IA Tarifs Manifeste Aide Audit Contact Connexion Démarrer gratuitement

Shopify install

  1. From the Shopify admin: _Online Store → Themes_.
  2. Click _Actions → Edit code_ next to your active theme.
  3. Open theme.liquid (in the _Layout_ folder).
  4. Paste the snippet right before the closing </head> tag:
<script defer src="https://snorklee.com/w.js" data-site="YOUR_SITE_ID"></script>
  1. _Save_.

Verify

  • Open your store in a private window.
  • In the _Integration_ tab of the dashboard, the _Server ping_ indicator should turn green within seconds.
  • No analytics cookie is set on your store. Still check your banner and privacy policy if you use other tools or an advanced configuration.

Notes

  • Shopify checkout events (Order paid, Cart created, etc.) aren't captured automatically by the snippet. To track them, use the programmatic method from Custom events via your theme's JS API or the _Customer Events_ option (Shopify Plus).
  • If you use multiple themes (preview vs production), repeat the operation in each theme.liquid.