Install Piqo on Shopify
Edit theme.liquid once and the snippet ships to every storefront page.
- In your Shopify admin, go to Online Store → Themes.
- Click … → Edit code on your live theme.
- Open
layout/theme.liquid. - Paste the snippet just before
</head>and save.
{% comment %} layout/theme.liquid {% endcomment %}
<script defer data-site="YOUR_SITE_ID" src="https://piqo.app/piqo.js"></script>
</head>Checkout pages: Shopify's native checkout runs on its own domain, so events fired there require Shopify Plus + an extra additional-scripts setting. For most stores, tracking the storefront is enough — revenue attribution still works via the Stripe webhook flow.