Analytics
Real numbers on your traffic, without cookies or a consent banner.
How it works
Mytho ships with privacy-first, cookie-less analytics, the kind you'd get from Umami or Plausible. Sessions are worked out from a one-way hash of non-personal data. IP addresses are never stored: they're used for hashing and country detection, then thrown away.
- No cookies, no local storage
- Respects Do Not Track
- No personal data collected
- Data kept for 365 days
Setting up analytics
Usually there's nothing to do. The tracker is built into your storefront embed, so once your shop is on your Ghost site (see Embed Your Shop), analytics runs on every page automatically.
Only if you want analytics without the shop widget: in Ghost Admin go to Settings → Code injection → Site Footer and paste this, swapping in your shop's public ID:
<script defer src="https://cdn.mytho.dev/analytics.js" data-id="YOUR_PUBLIC_ID"></script> Analytics dashboard
The dashboard lays out your traffic and shop performance at a glance:
- Pageviews and visitors (with comparison to the previous period)
- Bounce rate
- Top pages
- Referrers
- Shop events (funnel from view to purchase)
- Devices (browser, OS, device type, country)
- Real-time active visitors
Time periods
Pick 24h, 7d, 30d (the default), 90d, or the year to date. Every period comes with a comparison to the one before it, so trends are easy to spot.
No consent banner needed: no cookies and no personal data means there's nothing to ask permission for, so no banner nagging your readers. Designed to be GDPR and CCPA friendly.
Last updated