Aller au contenu
snorklee
Produit Vue d'ensemble Trafic IA Analytics Tarifs Manifeste Documentation Contact Connexion Essai gratuit 7 jours

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="yoursite.com"></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.