Comparisons

GA4 Alternatives: Which Analytics Actually Replaces Google's

GA4 alternatives in four categories: Matomo, Plausible, Umami, PostHog. Pricing, self-hosting, the consent exemption and what Enalitica requires from an API.

Tilen Ledic

Tilen Ledic

Written by

| | 16 min
GA4 Alternatives: Which Analytics Actually Replaces Google's

GA4 alternatives are no longer a niche topic: Google's analytics still runs on roughly 44% of all websites, yet more and more stores are replacing it over consent, complexity and hidden data.

This guide sorts the replacements into four categories and then judges the tools one by one: Matomo (the only one that can match GA4 feature for feature), Plausible and Umami for banner-free traffic, PostHog for product teams, plus short verdicts on Fathom, Piwik PRO and the rest. For each you get the key benefits and a clear "choose it / skip it" list against GA4.

On top there is a yardstick you will not find elsewhere: what an analytics platform must offer through its API for a tool like Enalitica to connect it and display it without half-measures. Verified August 18, 2026.

Why stores look for GA4 alternatives at all

Stores look for GA4 alternatives for three reasons that reinforce each other: consent losses, legal history and everyday complexity. Any one of them alone is survivable; together they push a growing share of stores toward Matomo, a cookieless tool, or out of site analytics entirely.

The first reason is consent. GA4 needs cookies and permission, and every declined banner is an invisible session. France's regulator CNIL maintains a consent exemption for modest audience measurement; Google Analytics has never qualified for it under CNIL's criteria, while a properly configured Matomo does.

The second is legal history. European supervisors (Austria, France) ruled Google Analytics' data transfers to the US unlawful; the 2023 DPF framework legalized the transfers but did not remove the consent question.

The third reason is everyday practice. GA4 is complex, likes to hide data behind thresholds and sampling, and payment gateway referrals corrupt sources unless cleaned by hand.

Fairness demands the other side too: GA4 is free, deeply wired into Google Ads, and the industry standard every agency knows. Switching pays off when one of the three reasons above genuinely hurts you, not because "Google is bad".

And whichever tool you pick, the fundamental truth we measured in the conversion tracking audit stays: analytics living in the browser sees 50 to 70% of reality, while the orders in your store see all of it.

The map of replacements: four categories of analytics

Replacements for Google's analytics fall into four categories, and most bad purchases happen because a buyer mixes the categories up. Before comparing any two tools, place each in its category and check that the category even answers your question.

First: privacy-first, cookieless analytics (Plausible, Fathom, Umami, Simple Analytics, Pirsch). Tiny scripts, aggregated data, no consent banner. They tell you how much traffic you have and where it comes from, not who bought what.

Second: full-blooded GA replacements (Matomo, Piwik PRO). Sessions, ecommerce reports, goals, self-hosting. The only category that can take over everything GA4 does today.

Third: product analytics (PostHog, Mixpanel, Amplitude). Events, funnels, session replay. Built for product teams improving an app or a checkout, not for the question "which ad sells".

Fourth: order-based attribution (Enalitica). It does not measure the site at all: it reads orders from the store and ties each one to the click that brought it. That is not web analytics but its money-truth twin, a difference we took apart in server-side tracking vs order-based attribution.

Map of the four analytics categories: privacy-first cookieless tools, full GA replacements led by Matomo, product analytics, and order-based attribution, each with its main representatives and the question it answers

Matomo: the only one matching GA4 feature for feature

Matomo (Piwik until 2018) is the most serious alternative to Google's analytics and, by W3Techs and BuiltWith counts, by far the largest at 2 to 3.5% market share; all the other alternatives combined do not reach it.

Open source since 2007, Matomo offers what the privacy category deliberately lacks: sessions and visitor journeys, ecommerce reports with revenue per source, goals, funnels and site search. Paid add-ons extend it with heatmaps, session recordings, A/B tests and form analytics.

Three benefits genuinely set it apart. The first is data ownership: the self-hosted edition is free and the data never leaves your server. You need PHP 8.1+ and MySQL or MariaDB; a modest VPS at 10 to 25 € per month carries a store up to ~100,000 monthly pageviews, and past a few hundred thousand you need a proper database plus nightly archiving via cron.

The second is the consent exemption: CNIL lists a correctly configured Matomo among tools allowed to measure in France without a consent banner, something Google Analytics never achieved. Outside France the same configuration means measuring without losing declined sessions, legally and without fingerprinting; where the legal line of cookieless tracking runs is covered separately.

The third is an open API: all reporting (sources, campaigns, ecommerce, even individual visits via the Live API) is available through a documented HTTP API with a token.

The honest downsides: the cloud (Matomo Cloud, from roughly 19 to 23 € per month) bills by "hits", meaning every tracked action rather than pageviews, so an event-heavy store burns through a plan quickly. Self-hosting puts maintenance, updates and security patches on your plate. The interface is functional but dated, and premium add-ons are not free on your own server.

Choose Matomo over GA4 if:

  • you want GA4's depth (sessions, ecommerce reports, funnels) with the data on your own server
  • declined consents hurt you and you want the CNIL-style banner-free configuration
  • someone on the team, or your agency, will own updates and maintenance

Skip Matomo if:

  • nobody will maintain a server; an unpatched analytics install is a liability, not an asset
  • your reporting lives inside Google Ads and the native GA4 link is doing that work
  • you expect a modern, polished interface; Matomo is functional, not pretty

When is Plausible or Umami enough?

Plausible or Umami is enough when you need one thing from analytics: an honest view of traffic with no consents and no maintenance. That covers more stores than the industry admits, but only if money is measured elsewhere.

Plausible (an Estonian company, open source, EU servers) ships a script under 1 KB, uses no cookies and charges by pageviews. Umami is MIT-licensed open source you can host for free. Both show sources, UTM campaigns, entry pages and goals, and both have clean APIs.

What they cannot do matters just as much: without users and cross-visit sessions there are no cohorts, no journeys, no real ecommerce reports with revenue per campaign, and no way to credit a purchase to an ad clicked three days earlier.

That is not a flaw but the design: aggregates without personal data are exactly why no banner is needed.

Choose Plausible or Umami over GA4 if:

  • you want traffic numbers you can open, read and close in two minutes
  • you want the cookie banner gone, or at least analytics out of it
  • you measure money elsewhere: in orders, in Enalitica, in your ERP

Skip Plausible and Umami if:

  • you expect campaign ROAS or revenue per channel from them; aggregates cannot carry that
  • you need remarketing audiences or bidding signals for Google Ads
  • your decisions hang on cohorts, funnels and user journeys

PostHog: product analytics, not a GA4 replacement

PostHog is open-source product analytics: events, funnels, session replay, feature flags and A/B experiments in one tool. A store usually meets it while optimizing a checkout or an app, not while shopping for a GA4-style marketing report, and that is the right frame: PostHog overlaps with GA4 far less than the comparison articles suggest.

The model is usage-based with a generous free tier (around one million events per month), cloud hosting in the US or the EU (Frankfurt), and an open-source edition you can self-host at hobby scale. A simplified web analytics dashboard in the GA-alternative spirit exists too, so basic traffic questions are covered.

Two caveats matter for a store. By default PostHog uses cookies, so it does not remove the consent banner; a cookieless mode exists but gives up cross-visit identity, the very thing product analytics is best at.

And PostHog's reports think in events and funnels, not in "revenue per campaign this month", so the marketing team will keep asking for exports. Mixpanel and Amplitude sit in the same category with the same trade-off.

Choose PostHog next to (not instead of) GA4 if:

  • you are fixing a funnel: where checkout loses people, what a session looked like before an abandoned cart
  • you want session replay, feature flags and A/B tests without stitching three tools together
  • someone on the team thinks in events and will maintain a tracking plan

Skip PostHog if:

  • you want a marketing report (traffic, channels, campaign revenue); that job belongs to the first two categories
  • you hoped it removes the cookie banner; by default it does not
  • nobody will define the events; without a tracking plan it degrades into an expensive pageview counter

Fathom, Piwik PRO and the rest in brief

Beyond Matomo, Plausible, Umami and PostHog, four names show up in every GA4-alternatives search: Fathom, Piwik PRO, Simple Analytics and Cloudflare Web Analytics. Each deserves a verdict, even a short one.

  • Fathom Analytics: privacy category, polished and simple, no free plan. Its API's UTM breakdown is limited, which is why it only partially passes the integration yardstick below.
  • Piwik PRO: Matomo's enterprise sibling from the same Piwik roots. Compliance features, EU hosting, a free core plan for smaller volumes; aimed more at banks, healthcare and the public sector than at ecommerce.
  • Simple Analytics and Pirsch: EU-based privacy tools in the Plausible spirit. Solid products with smaller ecosystems; pick them on taste and price, the category limits are identical.
  • Cloudflare Web Analytics: free and cookieless, but the metrics are coarse and there is no usable export API. Treat it as a free thermometer, not a reporting tool.

Comparison: GA4, Matomo, Plausible, Umami, PostHog

GA4MatomoPlausibleUmamiPostHog
Pricefreeself-host ✓ / cloud from ~19 €from ~9 € (pageviews)self-host ✓ / cloud1M events free
Open source
Works without a consent banner✓ (CNIL config)✗ (by default)
Sessions and visitor journeys
Ecommerce revenue per sourcepartial (goals)partial✓ (events)
Documented export API✓ (BigQuery/Data API)
Maintenance on your side✓ if self-hosted✗ (cloud)✓ if self-hosteddepends
Attribution of real orders

The last row is not a joke, it is the point: no site analytics, Google's or alternative, can tell you which order in your admin came from which ad, because it never sees the orders. That question needs data from the store, as we broke down in the ad tracking cost guide.

What Enalitica requires from an analytics platform's API

Enalitica measures sales from orders with its own script and click IDs, and connects site analytics as traffic context, today GA4. For any other provider to earn its own tab, its API has to meet four conditions, and here we are deliberately picky because we refuse half-measure displays:

  1. A documented API with a token, no browser tricks.
  2. A traffic breakdown by source, medium and UTM campaign.
  3. Daily granularity for an arbitrary period, so charts and comparisons work exactly as they do with GA4.
  4. Entry pages.

The fifth, optional level is session-level data for order enrichment, which among the tools listed only Matomo offers via its Live API.

By that yardstick: Matomo meets all five, Plausible and Umami meet four (aggregates without sessions, entirely enough for a traffic tab), PostHog passes technically but reports in events rather than traffic, Fathom partially (limited UTM breakdown), and Cloudflare Web Analytics fails (no usable export API), so we would not connect it.

Full transparency: we do not build these connections ahead of demand, because the demand is niche. When a client arrives with a Plausible, Matomo or Umami account, we arrange the integration, because the APIs are simple and because your order attribution in Enalitica works independently of whichever site analytics you use. To see how that looks on your own data, create a free account or book a live demo.

Checklist of what Enalitica requires from an analytics API: documented token access, UTM source breakdown, daily granularity, entry pages and optional sessions; Matomo meets everything, Plausible and Umami the aggregates, Cloudflare Web Analytics fails

Do you still need site analytics next to order attribution?

Yes, but for a different question. Site analytics (GA4, Matomo, Plausible) answers "what happens ON the site": how much traffic, from where, what people read, where they drop off. Order-based attribution answers "what paid off": which campaign brought which orders and how much profit remains after purchase prices and returns.

One is the traffic thermometer, the other is the till. The practical division of labour we recommend: trust the orders for money (no sampling there, no thresholds, no declined cookies), and pick site analytics by category for behaviour.

Plausible or Umami if you want peace and zero maintenance. Matomo if you want depth and ownership. PostHog if a product team is optimizing the funnel. GA4 if its problems do not hurt you and your agency lives in it. There is only one wrong purchase: expecting any site analytics to be the till.

Frequently Asked Questions

Yes, using it is legal today: the 2023 DPF framework settled the US data transfers that regulators had previously ruled unlawful. The consent requirement remains, and CNIL's consent exemption was never granted to Google's analytics, so every declined banner still means an invisible session.

Is Matomo really free?

The self-hosted edition is free and fully functional for core analytics including ecommerce reports; you pay for a server (from ~10 € per month) and your own maintenance time. Paid extras are the premium add-ons (heatmaps, session recordings, A/B tests) and Matomo Cloud, which bills by hits, meaning all tracked actions, not just pageviews.

Plausible, Umami, Fathom and similar privacy tools are designed without cookies or personal data, so no banner is required. Matomo achieves the same with its CNIL configuration (truncated IP, no cookies, aggregates only). GA4 may not measure without consent, and Consent Mode models the missing data rather than measuring it.

Is PostHog a good alternative to GA4?

For a product team yes, for marketing reporting no. PostHog beats GA4 at events, funnels, session replay and experiments, and its free tier of around one million events per month is generous. It does not remove the consent banner by default, and it does not produce the channel and campaign revenue reports a marketing team expects from GA4.

Does Enalitica connect to Matomo or Plausible?

Yes, on request. Matomo, Plausible and Umami have documented APIs that meet our criteria for an honest traffic display; since the demand is niche, we arrange the connection when a specific client needs it instead of building ahead of demand. Order attribution in Enalitica works independently of the site analytics you choose.

See your real numbers

Import 30 days of orders or leads instantly during 5-minute onboarding. Works for e-commerce and service businesses.

Start free