Aller au contenu
wheremyflow
Fonctionnalités Tarifs Comparatif Manifeste Aide Audit Contact Démo Connexion

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://wheremyflow.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 cookie is set on your store — no need to update your existing cookie banner (our script is exempt).

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.