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
- Shopify admin → Online Store → Themes.
- On your active theme, click the three dots → Edit code.
3
Paste into theme.liquid
- In the left sidebar, find Layout →
theme.liquid. - Scroll to the
<head>section near the top. - Paste the Maporio snippet just before
</head>. - Click Save.
4
Fire on checkout (optional but recommended)
For purchase tracking, paste the conversion-firing call on the Order status page:
- Shopify admin → Settings → Checkout.
- Scroll to Order status page → Additional scripts.
- Paste:
<script>maporioReportConversion(null, {{ checkout.total_price | money_without_currency }});</script> - 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.