Install Piqo on Shopify

Edit theme.liquid once and the snippet ships to every storefront page.

  1. In your Shopify admin, go to Online Store → Themes.
  2. Click … → Edit code on your live theme.
  3. Open layout/theme.liquid.
  4. 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.