Tracking install - Shopify

Install your Maporio conversion tag on Shopify

Add the snippet to your theme's <head> so it fires on every page.

1

Get your snippet from Maporio

Open /onboard/premium step 6 or your dashboard at /dashboard/ads/tracking. Click Copy snippet.

2

Open your theme code

  1. Shopify admin → Online StoreThemes.
  2. On your active theme, click the three dots → Edit code.
3

Paste into theme.liquid

  1. In the left sidebar, find Layouttheme.liquid.
  2. Scroll to the <head> section near the top.
  3. Paste the Maporio snippet just before </head>.
  4. Click Save.
4

Fire on checkout (optional but recommended)

For purchase tracking, paste the conversion-firing call on the Order status page:

  1. Shopify admin → SettingsCheckout.
  2. Scroll to Order status pageAdditional scripts.
  3. Paste: <script>maporioReportConversion(null, {{ checkout.total_price | money_without_currency }});</script>
  4. Save.
5

Verify

Paste your storefront URL into the Maporio test page and we'll confirm the snippet is firing.

You're done when:

  • Snippet pasted in theme.liquid <head>.
  • Optional: conversion call added to Order status page.
  • Maporio test page reports the tag is installed.

Back to onboarding