Skip to content

Shopify

In theme.liquid, for the whole store.

  1. Online Store → Themes → Edit code

    Duplicate the theme first if that makes you sleep better.

  2. Open layout/theme.liquid and paste the key before </head>

    That file wraps every page of the store.

      <!-- pisi.to -->
      <script defer data-domain="example.com" src="https://pisi.to/js/llave.js"></script>
    </head>
    html
  3. Save

    Nothing else to publish: the change is live on the active theme straight away.

Check that it works

Open your site in a new tab and watch the dashboard: you should show up under "home right now" in under ten seconds. If you do not, run through the onboarding checklist.