Install guide
Add e-ZeeInternet to Shopify
Two ways to add the snippet on Shopify. theme.liquid is the universal option; custom pixels work if you prefer Shopify's built-in app surface.
- 1
1. Copy your snippet
Create a tracker in e-ZeeInternet and copy the tag below (replace YOUR_SITE_ID).
<script async src="https://e-zeeinternet.com/t.js" data-site="YOUR_SITE_ID" data-mode="cookieless"> </script> - 2
Method A — theme.liquid (recommended)
Shopify admin → Online Store → Themes → "…" on your active theme → Edit code → Layout → theme.liquid. Paste before </head> (tracking-only) or before </body> (with visible counter). Save.
- 3
Method B — Custom pixel
Settings → Customer events → Add custom pixel. Paste the snippet's contents (without the <script> tags) into the code box, set permission to Not required, then Connect.
- 4
2. Verify
Open your storefront in a private window and confirm the hit in your dashboard.
Notes
- Placement: anywhere inside the <body> tag works for both tracking and the visible counter. If you only use tracking (no on-page counter), the snippet can also live in the <head>.
- checkout.liquid is Shopify Plus only — theme.liquid covers all standard storefront pages.
- Custom pixels run sandboxed, so they can't render the visible counter on the page.