Skip to main content

Sealmetrics vs Simple Analytics

Sealmetrics and Simple Analytics are the two tools in this section with the most similar privacy architecture: neither sets cookies, neither collects IP addresses, and both derive the visitor's country from the browser timezone rather than from the IP. The main difference is scope — Simple Analytics is a deliberately minimal dashboard hosted in the Netherlands, while Sealmetrics is built around conversion attribution, e-commerce data and an AI layer, hosted in Dublin.

Side-by-side

Simple Analytics facts checked 2026-09-04 on simpleanalytics.com and docs.simpleanalytics.com; each row links to the page it was read on.

CriterionSealmetricsSimple Analytics
Company / HQSealmetrics, EU companyHeadquartered in Amsterdam, the Netherlands (source)
Hosting modelManaged cloud onlyManaged cloud; servers in the Netherlands (source)
LicenceProprietaryNot published
Identifier between pageviewsIn-memory session marker, ~2 h, not derived from IP (details)None; a visit is counted unique when the Referer hostname differs from the current domain (source)
Visitor IP addressNever stored; country from browser timezone (details)"We do NOT collect or store IP addresses"; country from the visitor's timezone (source)
Data residencyDublin, Ireland only (details)The Netherlands (source)
Vendor's position on consentNo banner needed for measurementNo consent needed, citing ICO guidance on techniques that do not store or access information on the device (source)
CookiesNone"We do NOT set any cookies (or use similar technologies)" (source)
Script size (gzipped)1.1 KB (measured)3.7 KB standard, 1.9 KB light version (source)
Free tier14-day free trial; no self-service free plan (billing)Free plan with 30-day history plus a 14-day trial of paid plans — see pricing

How each one measures visitors

Simple Analytics collects timestamps, a truncated user agent, timezone-derived country, language, URL without query string, partial referrer, UTM parameters, viewport size, time on page and scroll depth. It has no visitor identifier: a pageview is counted as a new unique visit when the browser's Referer hostname is not the site's own domain, and as a follow-on pageview when it is. That heuristic gives a unique-visit count without any hash, cookie or IP.

Sealmetrics collects timestamp, user agent, URL and referrer per hit, and groups hits within a visit using a session marker that exists in memory for around two hours and is never written to the browser. Like Simple Analytics, it does not store the IP and reads country from the timezone. Unlike Simple Analytics, it reports entrances rather than unique visits, and it keeps conversions with revenue and item-level properties so that channel and campaign attribution is a first-class report rather than an event count.

When Simple Analytics is the better choice

  • You want a free plan for a small site and a dashboard you can read in ten seconds.
  • You want time on page and scroll depth reported on every page out of the box.
  • Hosting in the Netherlands specifically fits your review better than hosting in Ireland.

When Sealmetrics is the better choice

  • You need revenue attribution by channel, campaign and landing page, with item-level e-commerce data and micro-conversions.
  • You want an API and BigQuery export on every plan, and an AI assistant (LENS) that is included and free to run on your own LLM key.
  • You are replacing GA4 on an e-commerce site and need funnel and ROAS reporting rather than a traffic overview.

Frequently asked questions

Do both tools really avoid IP addresses?

Yes, per each vendor's documentation. Simple Analytics states it does not collect or store IP addresses and reads country from the timezone; Sealmetrics never persists the IP, uses it only in memory for anti-abuse checks, and also reads country from the timezone. This is the closest match in the comparison section.

How does Simple Analytics count unique visitors without an identifier?

By the Referer header: if the previous page was on another domain, the pageview starts a new unique visit. Sealmetrics uses a different signal for the same purpose — a short-lived in-memory session marker — and reports the result as entrances.

Neither, according to each vendor. Both cite the absence of any storage on the device. As with every page in this section, these are vendor positions; no authority certifies analytics tools, and Sealmetrics' reasoning is documented as self-assessments.

What does Sealmetrics not report that Simple Analytics does?

Time on page, and a per-page unique-visit count. Sealmetrics reports bounce rate, engagement rate and pages per session in aggregate, and treats scroll depth as a custom event — see the Metrics Reference.

In short
  • Both set no cookies, store no IP, derive country from the timezone and say no banner is needed.
  • Simple Analytics infers unique visits from the Referer; Sealmetrics groups a visit with a short-lived in-memory marker and reports entrances.
  • Simple Analytics is minimal with a free plan; Sealmetrics adds attribution, e-commerce depth, API on every plan and AI.
Written and maintained by the Sealmetrics Team