Install on Shopify
Add the Kobbe tracker to a Shopify Online Store theme.
Shopify themes render theme.liquid. Add the snippet in the <head> (or before </body>) of your live theme’s layout. Token: Add the tracker.
Tracker snippet
<script
defer
data-token="YOUR_SITE_TOKEN"
src="https://app.kobbe.io/tracker.js"
></script>
Steps
- Admin → Online Store → Themes → … → Edit code.
- Open
layout/theme.liquid. - Paste before
</head>(or use Theme App Extensions / custom liquid sections if you manage scripts there).
Duplicate the snippet only once — avoid loading it in both theme and a second app.
Checkout and headless stores
Standard Kobbe scripts run on Storefront pages you edit in Liquid. Checkout domains and headless storefronts may need different injection points; keep the same token per Kobbe site where possible.
Verify
Visit the storefront URL and check Kobbe.
Next steps
- Custom events for add-to-cart or purchase buttons