CINXE.COM

Plausible: Privacy focused Google Analytics alternative | Plausible Analytics

<!DOCTYPE html> <html lang="en" class="h-full"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Plausible: Privacy focused Google Analytics alternative | Plausible Analytics</title> <meta name="generator" content="Jekyll v3.9.2"/> <meta property="og:title" content="Plausible: Privacy focused Google Analytics alternative"/> <meta property="og:locale" content="en_US"/> <meta name="description" content="Plausible provides cookie-less web analytics without collecting personal data and while respecting the privacy of your website visitors."/> <meta property="og:description" content="Plausible provides cookie-less web analytics without collecting personal data and while respecting the privacy of your website visitors."/> <link rel="canonical" href="https://plausible.io/privacy-focused-web-analytics"/> <meta property="og:url" content="https://plausible.io/privacy-focused-web-analytics"/> <meta property="og:site_name" content="Plausible Analytics"/> <meta property="og:image" content="https://plausible.io/assets/images/plausible_promo.jpg"/> <meta property="og:type" content="article"/> <meta property="article:published_time" content="2025-02-10T02:28:40-06:00"/> <meta name="twitter:card" content="summary_large_image"/> <meta property="twitter:image" content="https://plausible.io/assets/images/plausible_promo.jpg"/> <meta property="twitter:title" content="Plausible: Privacy focused Google Analytics alternative"/> <meta name="twitter:site" content="@ukutaht"/> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-10T02:28:40-06:00","datePublished":"2025-02-10T02:28:40-06:00","description":"Plausible provides cookie-less web analytics without collecting personal data and while respecting the privacy of your website visitors.","headline":"Plausible: Privacy focused Google Analytics alternative","image":"https://plausible.io/assets/images/plausible_promo.jpg","mainEntityOfPage":{"@type":"WebPage","@id":"https://plausible.io/privacy-focused-web-analytics"},"url":"https://plausible.io/privacy-focused-web-analytics"}</script> <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/icon/apple-touch-icon.png"/> <link rel="icon" type="image/png" sizes="32x32" href="/assets/images/icon/favicon-16x16.png"/> <link rel="icon" type="image/png" sizes="16x16" href="/assets/images/icon/favicon-32x32.png"/> <link rel="stylesheet" href="/assets/css/style.css?v=1739176120"> <link rel="preload" href="/assets/css/tooltip.css?v=1739176120" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="/assets/css/tooltip.css?v=1739176120;"></noscript> <script>document.cookie.includes("logged_in=true")&&"https://plausible.io/"==window.location.href&&(window.location.pathname="/sites");</script> <script defer data-domain="plausible.io" src="https://plausible.io/js/script.manual.pageleave.js" data-allow-fetch></script> <script>window.plausible=window.plausible||function(){(window.plausible.q=window.plausible.q||[]).push(arguments)};var props={browser_language:navigator.language||navigator.userLanguage};window.plausible("pageview",{props:props}),window.addEventListener("pageshow",function(a){a.persisted&&window.plausible("pageview",{props:props})});</script><link type="application/atom+xml" rel="alternate" href="https://plausible.io/blog/feed.xml" title="Plausible Analytics"/></head> <body class="flex flex-col h-full bg-gray-50"><nav x-data="{mobileNav: false}" class="relative py-8 z-10"> <div class="container"> <nav class="relative flex items-center justify-between sm:h-10 md:justify-center"> <div class="flex items-center flex-1 md:absolute md:inset-y-0 md:left-0"> <div class="flex items-center justify-between w-full md:w-auto"> <a href="/"><img class="h-8 w-auto sm:h-10 -mt-2" src="/assets/images/icon/plausible_logo.svg" alt="Plausible logo"/></a> <div class="-mr-2 flex items-center md:hidden"> <button @click="mobileNav = true" type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"> <svg class="h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/> </svg> </button> </div> </div> </div> <div class="hidden md:block"> <div x-data="{open: false}" class="relative inline-block text-left"> <div> <span @click="open = !open" class="cursor-pointer inline-flex justify-center font-medium text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition duration-150 ease-in-out"> Why Plausible <svg class="-mr-1 h-5 w-5" style="transform: translateY(3px);" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/> </svg> </span> </div> <div x-show="open" @click.away="open = false" style="display: none;" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-1" class="absolute left-1/2 transform -translate-x-1/2 mt-3 px-2 w-screen max-w-md sm:px-0"> <div class="rounded-lg shadow-lg"> <div class="rounded-lg shadow-xs overflow-hidden"> <div class="z-20 relative grid gap-6 bg-white px-5 py-6 sm:gap-8 sm:p-8"> <a href="/simple-web-analytics" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <svg class="flex-shrink-0 h-6 w-6 text-indigo-600" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"> <path d="M9 19V13C9 11.8954 8.10457 11 7 11H5C3.89543 11 3 11.8954 3 13V19C3 20.1046 3.89543 21 5 21H7C8.10457 21 9 20.1046 9 19ZM9 19V9C9 7.89543 9.89543 7 11 7H13C14.1046 7 15 7.89543 15 9V19M9 19C9 20.1046 9.89543 21 11 21H13C14.1046 21 15 20.1046 15 19M15 19V5C15 3.89543 15.8954 3 17 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H17C15.8954 21 15 20.1046 15 19Z"/> </svg> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> Intuitive Dashboard </p> <p class="text-sm leading-5 text-gray-500"> Get all the important stats on one single page. No training necessary. </p> </div> </a> <a href="/lightweight-web-analytics" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <svg class="flex-shrink-0 h-6 w-6 text-indigo-600" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"> <path d="M13 10V3L4 14H11L11 21L20 10L13 10Z"> </svg> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> Lightweight Script </p> <p class="text-sm leading-5 text-gray-500"> Bloated analytics scripts can slow down your website. Plausible script is lightweight and fast. </p> </div> </a> <a href="/privacy-focused-web-analytics" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <svg class="flex-shrink-0 h-6 w-6 text-indigo-600" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"> <path d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/> </svg> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> Privacy Focused </p> <p class="text-sm leading-5 text-gray-500"> Built with privacy of your visitors in mind. No need to annoy them with a cookie/GDPR consent banner. </p> </div> </a> <a href="/open-source-website-analytics" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <svg class="flex-shrink-0 h-6 w-6 text-indigo-600" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"> <path d="M10 20L14 4M18 8L22 12L18 16M6 16L2 12L6 8"> </svg> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> Open Source </p> <p class="text-sm leading-5 text-gray-500"> Built openly on GitHub, released under the AGPL license and can be self-hosted too. </p> </div> </a> </div> <div class="px-5 py-5 bg-gray-50 space-y-5 sm:px-8 sm:py-8"> <div class="flex justify-between"> <div class="space-y-4"> <h3 class="text-sm leading-5 tracking-wide font-medium text-gray-500 uppercase"> Industry </h3> <ul class="space-y-4"> <li class="text-base leading-6 truncate"> <a href="/for-ecommerce-saas" class="font-medium text-gray-900 hover:text-gray-700 transition ease-in-out duration-150"> For startups </a> </li> <li class="text-base leading-6 truncate"> <a href="/for-freelancers-agencies" class="font-medium text-gray-900 hover:text-gray-700 transition ease-in-out duration-150"> For agencies </a> </li> <li class="text-base leading-6 truncate"> <a href="/for-bloggers-creators" class="font-medium text-gray-900 hover:text-gray-700 transition ease-in-out duration-150"> For creators </a> </li> <li class="text-base leading-6 truncate"> <a href="/white-label-web-analytics" class="font-medium text-gray-900 hover:text-gray-700 transition ease-in-out duration-150"> White label </a> </li> </ul> </div> <div class="space-y-4"> <h3 class="text-sm leading-5 tracking-wide font-medium text-gray-500 uppercase"> Comparisons </h3> <ul class="space-y-4"> <li class="text-base leading-6 truncate"> <a href="/vs-google-analytics" class="font-medium text-gray-900 hover:text-gray-700 transition ease-in-out duration-150"> vs Google Analytics </a> </li> <li class="text-base leading-6 truncate"> <a href="/vs-matomo" class="font-medium text-gray-900 hover:text-gray-700 transition ease-in-out duration-150"> vs Matomo </a> </li> <li class="text-base leading-6 truncate"> <a href="/vs-cloudflare-web-analytics" class="font-medium text-gray-900 hover:text-gray-700 transition ease-in-out duration-150"> vs Cloudflare </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> <div x-data="{open: false}" class="relative inline-block text-left ml-8"> <div> <span @click="open = !open" class="cursor-pointer inline-flex justify-center font-medium text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition duration-150 ease-in-out"> Community <svg class="-mr-1 h-5 w-5" style="transform: translateY(3px);" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/> </svg> </span> </div> <div x-show="open" @click.away="open = false" style="display: none;" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-1" class="absolute left-1/2 transform -translate-x-1/2 mt-3 px-2 w-screen max-w-md sm:px-0"> <div class="rounded-lg shadow-lg"> <div class="rounded-lg shadow-xs overflow-hidden"> <div class="z-20 relative grid gap-6 bg-white px-5 py-6 sm:gap-8 sm:p-8"> <a href="/blog" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> Blog </p> <p class="text-sm leading-5 text-gray-500"> Stories about privacy, web analytics, and building a financially sustainable open source project. </p> </div> </a> <a href="https://plausible.io/docs" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> Documentation </p> <p class="text-sm leading-5 text-gray-500"> Everything you need to know about getting up and running with Plausible. </p> </div> </a> <a href="https://github.com/plausible/analytics" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> GitHub </p> <p class="text-sm leading-5 text-gray-500"> Follow the development. Inspect and review the source code to verify that our actions match with our words. </p> </div> </a> <a href="https://plausible.io/changelog" class="-m-3 p-3 flex items-start space-x-4 rounded-lg hover:bg-gray-50 transition ease-in-out duration-150"> <div class="space-y-1"> <p class="text-base leading-6 font-medium text-gray-900"> Updates </p> <p class="text-sm leading-5 text-gray-500"> What's new in Plausible? Here we list major new features for a quick overview. </p> </div> </a> </div> <div class="px-5 py-5 bg-gray-50 sm:px-8 sm:py-8"> <h3 class="text-sm font-medium text-gray-600"> Follow us on <a href="https://twitter.com/PlausibleHQ" class="text-blue-500">Twitter</a>, <a href="https://fosstodon.org/@plausible" class="text-blue-500">Mastodon</a> or <a href="https://www.linkedin.com/company/plausible-analytics/" class="text-blue-500">LinkedIn</a> for more </h3> </div> </div> </div> </div> </div> <a href="/#pricing" class="ml-8 font-medium text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition duration-150 ease-in-out">Pricing</a> </div> <div class="hidden md:absolute md:flex md:items-center md:justify-end md:inset-y-0 md:right-0"> <ul class="flex" x-show="!document.cookie.includes('logged_in=true')"> <li> <div class="inline-flex"> <a href="/login" class="font-medium text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition duration-150 ease-in-out">Login</a> </div> <div class="hidden lg:inline-flex rounded-md shadow ml-6"> <a href="/register" class="inline-flex items-center justify-center px-5 py-2 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out">Start free trial</a> </div> </li> </ul> <div class="inline-flex rounded-md shadow ml-6" style="display: none;" x-show="document.cookie.includes('logged_in=true')"> <a href="/sites" class="inline-flex items-center justify-center px-5 py-2 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out">My dashboard</a> </div> </div> </nav> </div> <div x-show="mobileNav" style="display: none;" class="absolute top-0 inset-x-0 p-2 md:hidden"> <div class="rounded-lg shadow-md transition transform origin-top-right" x-show="open" x-transition:enter="duration-150 ease-out" x-transition:enter-start="opacity-0 scale-95" x-transition:enter-end="opacity-100 scale-100" x-transition:leave="duration-100 ease-in" x-transition:leave-start="opacity-100 scale-100" x-transition:leave-end="opacity-0 scale-95"> <div class="rounded-lg bg-white shadow-xs overflow-hidden"> <div class="px-5 pt-4 flex items-center justify-between"> <div> <img class="h-8 w-auto" src="/assets/images/icon/plausible_logo.svg" alt=""/> </div> <div class="-mr-2"> <button @click="mobileNav = false" type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"> <svg class="h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/> </svg> </button> </div> </div> <div class="px-2 pt-2 pb-3"> <span class="block px-3 py-2 rounded-md text-base font-medium text-gray-700">Why Plausible</span> <a href="/simple-web-analytics" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Simple metrics</a> <a href="/lightweight-web-analytics" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Lightweight script</a> <a href="/data-policy" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- GDPR/CCPA Compliant</a> <a href="/open-source-website-analytics" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Open source</a> <span class="block px-3 py-2 rounded-md text-base font-medium text-gray-700">Industry</span> <a href="/for-ecommerce-saas" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- For startups</a> <a href="/for-bloggers-creators" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- For bloggers</a> <a href="/for-freelancers-agencies" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- For freelancers</a> <span class="block px-3 py-2 rounded-md text-base font-medium text-gray-700">Comparisons</span> <a href="/vs-google-analytics" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Google Analytics alternative</a> <a href="/vs-matomo" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Matomo alternative</a> <a href="/vs-cloudflare-web-analytics" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Cloudflare alternative</a> <span class="block px-3 py-2 rounded-md text-base font-medium text-gray-700">Community</span> <a href="/blog" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Blog</a> <a href="https://plausible.io/docs" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Documentation</a> <a href="https://github.com/plausible/analytics" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- GitHub Repo</a> <a href="https://plausible.io/roadmap" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Public Roadmap</a> <a href="https://plausible.io/forum" class="ml-2 mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">- Forum</a> <a href="/#pricing" class="mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out">Pricing</a> </div> <div x-show="!document.cookie.includes('logged_in=true')"> <a href="/register" class="block w-full px-5 py-3 text-center font-medium text-indigo-600 bg-gray-50 hover:bg-gray-100 hover:text-indigo-700 focus:outline-none focus:bg-gray-100 focus:text-indigo-700 transition duration-150 ease-in-out"> Start free trial </a> <a href="/login" class="border-t border-gray-200 block w-full px-5 py-3 text-center font-medium text-indigo-600 bg-gray-50 hover:bg-gray-100 hover:text-indigo-700 focus:outline-none focus:bg-gray-100 focus:text-indigo-700 transition duration-150 ease-in-out"> Log in </a> </div> <div style="display: none;" x-show="document.cookie.includes('logged_in=true')"> <a href="/sites" class="block w-full px-5 py-3 text-center font-medium text-indigo-600 bg-gray-50 hover:bg-gray-100 hover:text-indigo-700 focus:outline-none focus:bg-gray-100 focus:text-indigo-700 transition duration-150 ease-in-out"> My dashboard </a> </div> </div> </div> </div> </nav> <main class="flex-1"> <article class="container max-w-screen-sm my-12 md:my-16"> <header> <h1 class="text-3xl tracking-tight leading-10 font-extrabold text-gray-900 sm:text-4xl sm:leading-none md:text-5xl"> Plausible: Privacy focused Google Analytics alternative </h1> </header> <div class="prose mt-8"> <p>Even though the purpose of <a href="https://plausible.io">Plausible Analytics</a> is to track the usage of a website, this can still be done without collecting any personal data or personally identifiable information (PII), without using cookies and while respecting the privacy of your website visitors.</p> <p>By using Plausible Analytics, all the site measurement is carried out absolutely anonymously. Cookies are not set and no personal data is collected. All data is in aggregate only. The website owner gets some actionable data to help them learn and improve, while the visitor keeps having a nice and enjoyable experience.</p> <p>Here’s a look at what makes Plausible Analytics a privacy-friendly Google Analytics alternative.</p> <p><img src="/uploads/google-analytics-alternatives.png" alt="Plausible: Privacy-friendly website analytics" title="Plausible: Privacy-friendly website analytics"/></p> <ol id="markdown-toc"> <li><a href="#its-an-open-source-web-analytics-software" id="markdown-toc-its-an-open-source-web-analytics-software">It’s an open source web analytics software</a></li> <li><a href="#hosted-in-the-eu-powered-by-european-owned-cloud-infrastructure" id="markdown-toc-hosted-in-the-eu-powered-by-european-owned-cloud-infrastructure">Hosted in the EU powered by European-owned cloud infrastructure</a></li> <li><a href="#completely-independent-self-funded-and-bootstrapped" id="markdown-toc-completely-independent-self-funded-and-bootstrapped">Completely independent, self-funded and bootstrapped</a></li> <li><a href="#we-minimize-data-collection" id="markdown-toc-we-minimize-data-collection">We minimize data collection</a></li> <li><a href="#no-personal-data-is-collected" id="markdown-toc-no-personal-data-is-collected">No personal data is collected</a></li> <li><a href="#all-data-is-in-aggregate-only" id="markdown-toc-all-data-is-in-aggregate-only">All data is in aggregate only</a></li> <li><a href="#no-tracking-across-devices" id="markdown-toc-no-tracking-across-devices">No tracking across devices</a></li> <li><a href="#no-tracking-across-websites-and-apps" id="markdown-toc-no-tracking-across-websites-and-apps">No tracking across websites and apps</a></li> <li><a href="#all-data-is-isolated-to-a-single-day" id="markdown-toc-all-data-is-isolated-to-a-single-day">All data is isolated to a single day</a></li> <li><a href="#no-cookies-and-other-persistent-identifiers" id="markdown-toc-no-cookies-and-other-persistent-identifiers">No cookies and other persistent identifiers</a></li> <li><a href="#you-100-own-your-website-data" id="markdown-toc-you-100-own-your-website-data">You 100% own your website data</a></li> <li><a href="#your-data-is-not-sent-to-shared-with-or-sold-to-any-third-parties" id="markdown-toc-your-data-is-not-sent-to-shared-with-or-sold-to-any-third-parties">Your data is not sent to, shared with or sold to any third-parties</a></li> <li><a href="#we-have-nothing-to-do-with-surveillance-capitalism" id="markdown-toc-we-have-nothing-to-do-with-surveillance-capitalism">We have nothing to do with surveillance capitalism</a></li> <li><a href="#you-can-open-up-your-stats-and-share-them-with-your-visitors" id="markdown-toc-you-can-open-up-your-stats-and-share-them-with-your-visitors">You can open up your stats and share them with your visitors</a></li> <li><a href="#you-can-self-host-plausible-analytics" id="markdown-toc-you-can-self-host-plausible-analytics">You can self-host Plausible Analytics</a></li> <li><a href="#sounds-like-an-interesting-alternative-to-you" id="markdown-toc-sounds-like-an-interesting-alternative-to-you">Sounds like an interesting alternative to you?</a></li> </ol> <h2 id="its-an-open-source-web-analytics-software">It’s an open source web analytics software</h2> <p>Plausible Analytics is <a href="https://plausible.io/open-source-website-analytics">open source software</a>. Our source code is available and accessible <a href="https://github.com/plausible/analytics/">on GitHub</a>.</p> <p>We are not a black box. Everything is in the open. Anyone can view, review and inspect the code we’re running to verify that we practice what we preach.</p> <p>This is essential in the market of privacy software. Corporations and proprietary software cannot always be trusted when data is in question. The only way to prove your trust is to allow experts to look into your code and verify that you’re actually doing what you’re saying you’re doing.</p> <h2 id="hosted-in-the-eu-powered-by-european-owned-cloud-infrastructure">Hosted in the EU powered by European-owned cloud infrastructure</h2> <p>We’re a small team and we’re based in the EU. The legal entity is incorporated in Estonia.</p> <p>All of the data that we do track and collect is kept fully secured, encrypted and hosted on renewable energy powered server in Falkenstein, Germany. The server is owned by Hetzner, a European company. This ensures that all of the website data is being covered by the European Union’s strict laws on data privacy.</p> <p>We use Bunny (another European-owned provider from Slovenia) for a global CDN, DNS and DDoS protection. This ensures that all visitor data we collect is exclusively processed with servers owned and operated by European companies.</p> <p>You don’t have to worry about Schrems II and that it invalidates the EU-US Privacy Shield. Your website data <a href="https://plausible.io/blog/google-analytics-illegal">never leaves the EU</a>.</p> <h2 id="completely-independent-self-funded-and-bootstrapped">Completely independent, self-funded and bootstrapped</h2> <p>There are no investors behind Plausible Analytics and no big corporations with a different agenda or big plans. We are not interested in raising funds or taking investment. Not from individuals, not from institutions and not from venture capitalists. We ignore all such requests. We’re solely funded by our subscribers.</p> <h2 id="we-minimize-data-collection">We minimize data collection</h2> <p>We minimize data collection in general. We measure only the most essential data points and nothing else.</p> <p>Other analytics tools such as the market leader Google Analytics collect and provide <a href="https://plausible.io/simple-web-analytics">hundreds of different reports with hundreds of different metrics</a>. This vast data collection is unnecessary, it is violating the privacy of web users and it is overkill for most website owners.</p> <p>All the metrics we do collect fit on one single page. The benefits of minimizing data collection go beyond privacy. Plausible Analytics is much easier and simpler to use and understand. It’s also <a href="https://plausible.io/lightweight-web-analytics">75 times lighter than Google Analytics</a> so it doesn’t slow down your site and reduces your carbon footprint.</p> <p>You can view all the data we collect in <a href="https://plausible.io/plausible.io">our live demo dashboard</a>. It features our own website stats.</p> <h2 id="no-personal-data-is-collected">No personal data is collected</h2> <p>We do not track, collect nor store any personal data or personally identifiable information. You can explore all the data points we do collect in <a href="https://plausible.io/data-policy">our data policy</a>.</p> <p>Plausible Analytics is even more privacy friendly than options such as server logs. In server logs, you can see all the IP addresses of your visitors and details about when they visited your site while there is no way to get any kind of personal data from Plausible Analytics.</p> <p>You can read our <a href="https://plausible.io/blog/server-log-analysis">full comparison with server logs</a>.</p> <h2 id="all-data-is-in-aggregate-only">All data is in aggregate only</h2> <p>The goal of Plausible Analytics is to track overall trends in your website traffic, it is not to track individual visitors. The privacy of your website visitors is important to us so we do not track any individual people. All the data is in aggregate only.</p> <h2 id="no-tracking-across-devices">No tracking across devices</h2> <p>We do not track people across their devices. All the data is isolated to a single device only. There is no way to know whether the same person visits a site from more than one device.</p> <h2 id="no-tracking-across-websites-and-apps">No tracking across websites and apps</h2> <p>We do not track people across websites and apps that they visit. All the data is isolated to a single website only. There is no way to know what other websites someone visits.</p> <h2 id="all-data-is-isolated-to-a-single-day">All data is isolated to a single day</h2> <p>All the data is isolated to a single day only. There is no way to know whether the same person comes back to a site on another day.</p> <h2 id="no-cookies-and-other-persistent-identifiers">No cookies and other persistent identifiers</h2> <p><a href="https://plausible.io/blog/google-analytics-cookies">We do not use cookies whatsoever</a>.</p> <p>We do not generate any persistent identifiers either. We generate a random string of letters and numbers that is used to calculate unique visitors on a website and we reset this string once per day.</p> <p>This makes us compliant with the different cookie laws and <a href="https://plausible.io/blog/google-analytics-gdpr">privacy regulations such as GDPR</a> and PECR.</p> <p>Here’s an independent <a href="https://plausible.io/blog/legal-assessment-gdpr-eprivacy">legal assessment on GDPR-compliant web analytics without consent</a> written by an experienced data protection expert and lawyer.</p> <p>By not using cookies you do not need to obtain consent from the visitors to store and retrieve data from their devices. It’s one less thing to worry about and annoy your visitors with.</p> <h2 id="you-100-own-your-website-data">You 100% own your website data</h2> <p>When using Plausible Analytics, you 100% own and control all of your website data. Although when using our hosted service, your site analytics are stored on our server in the cloud, you remain completely in control of your site data and you fully own all of your data too.</p> <p>You can delete everything that we have collected about your site any time that you want.</p> <h2 id="your-data-is-not-sent-to-shared-with-or-sold-to-any-third-parties">Your data is not sent to, shared with or sold to any third-parties</h2> <p>We do not share, sell or send your website data to any advertising companies or any other third-parties in general. Your website data is not monetized, mined and harvested for personal and behavioral trends. That is not our business model.</p> <h2 id="we-have-nothing-to-do-with-surveillance-capitalism">We have nothing to do with surveillance capitalism</h2> <p>Our business model has nothing to do with collecting and analyzing huge amounts of personal information from web users and using these behavioral insights to sell advertisements. We choose the subscription business model rather than the business model of surveillance capitalism.</p> <p>Plausible Analytics is funded by our community of people that use and enjoy our product. Since we don’t make money from advertising, by selling your data or by abusing the privacy of your visitors, we need to charge a fee.</p> <p>Revenue from our paid subscribers helps keep the project development going, helps us cover our costs, stay in business, helps us to continue putting time and effort into improving the project.</p> <h2 id="you-can-open-up-your-stats-and-share-them-with-your-visitors">You can open up your stats and share them with your visitors</h2> <p>We have an in-built feature that we recommend all website owners use to <a href="https://plausible.io/docs/visibility/">open up their stats to the public</a>. Then you can share your stats on your site to be fully transparent so your visitors and anyone else can view the data that you yourself have access to.</p> <p>Many of sites using Plausible have chosen to do so. Then they share a link to their public stats dashboard in their footer, in their privacy policy or on their about page. You can even <a href="https://plausible.io/docs/embed-dashboard">embed our dashboard</a> into your site.</p> <h2 id="you-can-self-host-plausible-analytics">You can self-host Plausible Analytics</h2> <p>Plausible Analytics is open source and you can self-host it on your own server.</p> <p>The main difference between Plausible Analytics in the cloud and the self-hosted version is that the self-hosted version you need to install, maintain and manage on your own server while the cloud version we manage for you so you don’t have to worry about anything. You can see <a href="https://plausible.io/self-hosted-web-analytics">all the differences here</a>.</p> <h2 id="sounds-like-an-interesting-alternative-to-you">Sounds like an interesting alternative to you?</h2> <p>If this sounds interesting to you, you can try out Plausible Analytics on your website. We have a completely free 30-day trial. No credit card is required. You can <a href="https://plausible.io/register">start your free trial here</a>.</p> <p>As we’re very lightweight, you can even run Plausible alongside your current analytics provider, test things and only remove the other script after you’re completely happy with what Plausible provides. Enjoy!</p> </div> </article> <div class="bg-gray-50 pb-12"> <div class="container mx-auto py-12 lg:py-16 lg:flex lg:items-center lg:justify-between border-t-2 border-gray-100"> <h3 class="text-3xl leading-9 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10"> Ready to dive in? <br/> <span class="text-indigo-600">Start your free trial today.</span> </h3> <div class="mt-8 flex lg:flex-shrink-0 lg:mt-0"> <div class="inline-flex rounded-md shadow"> <a href="/register" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out"> Get started </a> </div> <div class="ml-3 inline-flex rounded-md shadow"> <a href="/plausible.io" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-indigo-600 bg-white hover:text-indigo-500 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out"> Live demo </a> </div> </div> </div> </div> <div class="bg-gray-50 pb-20 px-4 sm:px-6 lg:pb-28 lg:px-8"> <div class="relative container"> <div class="mt-6 grid gap-16 border-t-2 border-gray-100 pt-10 lg:grid-cols-2 lg:col-gap-5 lg:row-gap-12"> <div> <a href="/vs-cloudflare-web-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Cloudflare Web Analytics vs Plausible Analytics</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Cloudflare Web Analytics is a new player on the simple, privacy-first and de-Googled web analytics market.</p> </p> <div class="mt-3"> <a href="/vs-cloudflare-web-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/data-policy" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: GDPR, CCPA and cookie law compliant site analytics</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Even though the purpose of <a href="https://plausible.io">Plausible Analytics</a> is to track the usage of a website, this can still be done without collecting any personal data or personally identifiable information (PII), without using cookies and while respecting the privacy of the website visitors.</p> </p> <div class="mt-3"> <a href="/data-policy" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/vs-google-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">What makes Plausible a great Google Analytics alternative</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Many site owners have the habit of installing the Google Analytics tracking script on their sites as one of the first actions they take after the launch.</p> </p> <div class="mt-3"> <a href="/vs-google-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/white-label-web-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">How to offer a white label web analytics dashboard powered by Plausible</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>We’ve made it easy for you to provide or resell a white label version of our simple and privacy-centric web analytics dashboard to your customers. We’ve built several features to make it easy to integrate web analytics powered by Plausible (but without our branding) directly into your user interface.</p> </p> <div class="mt-3"> <a href="/white-label-web-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/lightweight-web-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: Lightweight web analytics tool that doesn't slow down your site</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Plausible Analytics script is lightweight. It’s much smaller than the Google Analytics Global Site Tag. Plausible will reduce your page weight and will prevent your site from loading slow.</p> </p> <div class="mt-3"> <a href="/lightweight-web-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/open-source-website-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: Open source Google Analytics alternative</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Plausible Analytics is an open source, simple, lightweight and privacy-friendly Google Analytics alternative. One aspect that makes Plausible different from many of the other web analytics tools such as Google Analytics is the fact that Plausible is open source software. Let’s take a look at what that means exactly.</p> </p> <div class="mt-3"> <a href="/open-source-website-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/wordpress-analytics-plugin" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: Privacy-first web analytics plugin for WordPress</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Plausible Analytics is an open source web analytics plugin for WordPress that is an easy to use, lightweight and privacy-friendly Google Analytics alternative.</p> </p> <div class="mt-3"> <a href="/wordpress-analytics-plugin" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/self-hosted-web-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: Self-Hosted Google Analytics alternative</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Plausible Analytics is an open source web analytics tool. Our mission is to reduce corporate surveillance by making a useful and privacy-friendly website analytics tool that doesn’t come from the adtech world.</p> </p> <div class="mt-3"> <a href="/self-hosted-web-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/most-accurate-web-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: The more accurate alternative to Google Analytics</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>“Every number in your Google Analytics account is wrong.” That is exactly what an independent <a href="https://www.orbitmedia.com/blog/inaccurate-google-analytics-traffic-sources/">study</a> recently done by Orbit Media found. </p> </p> <div class="mt-3"> <a href="/most-accurate-web-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/for-ecommerce-saas" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Easy to use, actionable and privacy-compliant analytics for ecommerce and startups</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p><a href="https://plausible.io/">Plausible Analytics</a> helps ecommerce and SaaS startups get some actionable data to make better decisions. At the same time, their visitors keep having a privacy-friendly and enjoyable experience.</p> </p> <div class="mt-3"> <a href="/for-ecommerce-saas" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/simple-web-analytics" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: Simple web analytics tool you can use to measure site traffic</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>The goal of <a href="https://plausible.io/">Plausible Analytics</a> is to provide you all the valuable and actionable website traffic metrics at a glance in a simple and modern web analytics dashboard.</p> </p> <div class="mt-3"> <a href="/simple-web-analytics" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/vs-matomo" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">What makes Plausible a great Matomo alternative</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Matomo, formerly known as Piwik, was founded in 2007 and has long been the most well known open source alternative to Google Analytics. Matomo is installed on 1.9% of all websites and this is an amazing success for a great open source web analytics project.</p> </p> <div class="mt-3"> <a href="/vs-matomo" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/giving-back" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">We've collected $78,000 in the two years of our donation fund</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>We’ve managed to collect $78,000 over the two years of this initiative and have made donations to different projects including the Red Cross, the Erlang Ecosystem Foundation, the Sea Shepherd, the Ocean Cleanup and the Mossy Earth.</p> </p> <div class="mt-3"> <a href="/giving-back" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/for-bloggers-creators" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Website analytics platform for bloggers and content creators</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>Many people create content on their personal websites and blogs. There are many motivations behind this. Some use it like a diary, some as a hobby, or as a way to connect to other people, as a way to build an audience, make money and even improve their career opportunities.</p> </p> <div class="mt-3"> <a href="/for-bloggers-creators" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/for-freelancers-agencies" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Website analytics platform for freelancers and agencies</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>One of the use cases <a href="https://plausible.io/">Plausible Analytics</a> was specifically designed for are the freelancers and agencies who work with clients developing their websites, communication and marketing practices.</p> </p> <div class="mt-3"> <a href="/for-freelancers-agencies" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> <div> <a href="/audience-segmentation" class="block"> <h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">Plausible: Powerful audience segmentation and visitor analysis</h3> </a> <p class="mt-3 text-base leading-6 text-gray-500"> <p>The one thing that has always helped Plausible grow is sticking to the needs of a specific set of audience. When we started as a simple-enough and privacy-first way of tracking website traffic, we automatically started appealing to individual creators.</p> </p> <div class="mt-3"> <a href="/audience-segmentation" class="text-base leading-6 font-semibold text-indigo-600 hover:text-indigo-500 transition ease-in-out duration-150"> Read more </a> </div> </div> </div> </div> </div> </main><div class="bg-gray-800"> <div class="container py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> <div class="xl:grid xl:grid-cols-3 xl:gap-8"> <div class="my-8 xl:my-0"> <h4 class="leading-5 font-semibold tracking-wider text-gray-300"> <img src="/assets/images/icon/plausible_logo_dark.svg" class="inline-block w-44 mr-1"/> </h4> <p class="mt-4 text-gray-400 text-base leading-6"> Made and hosted in the EU <span class="text-lg">🇪🇺</span><br/> Solely funded by our subscribers.<br/> </p> </div> <div class="grid grid-cols-2 gap-8 xl:col-span-2"> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h4 class="text-sm leading-5 font-semibold tracking-wider text-gray-400 uppercase"> Why Plausible? </h4> <ul class="mt-4"> <li> <a href="/simple-web-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> Simple metrics </a> </li> <li class="mt-4"> <a href="/lightweight-web-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> Lightweight script </a> </li> <li class="mt-4"> <a href="/privacy-focused-web-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> Privacy focused </a> </li> <li class="mt-4"> <a href="/open-source-website-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> Open source </a> </li> <li class="mt-4"> <a href="/most-accurate-web-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> Accurate analytics </a> </li> <li class="mt-4"> <a href="/audience-segmentation" class="text-base leading-6 text-gray-300 hover:text-white"> Visitor segmentation </a> </li> <li class="mt-4"> <a href="/for-ecommerce-saas" class="text-base leading-6 text-gray-300 hover:text-white"> Ecommerce tracking </a> </li> <li class="mt-4"> <a href="/white-label-web-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> White label </a> </li> </ul> </div> <div class="mt-12 md:mt-0"> <h4 class="text-sm leading-5 font-semibold tracking-wider text-gray-400 uppercase"> Comparisons </h4> <ul class="mt-4"> <li> <a href="/vs-google-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> vs Google Analytics </a> </li> <li class="mt-4"> <a href="/vs-matomo" class="text-base leading-6 text-gray-300 hover:text-white"> vs Matomo </a> </li> <li class="mt-4"> <a href="/vs-cloudflare-web-analytics" class="text-base leading-6 text-gray-300 hover:text-white"> vs Cloudflare </a> </li> </ul> </div> </div> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h4 class="text-sm leading-5 font-semibold tracking-wider text-gray-400 uppercase"> Community </h4> <ul class="mt-4"> <li> <a href="/changelog" class="text-base leading-6 text-gray-300 hover:text-white"> What's new </a> </li> <li class="mt-4"> <a target="_blank" href="/status" class="text-base leading-6 text-gray-300 hover:text-white"> Status </a> </li> <li class="mt-4"> <a href="/blog" class="text-base leading-6 text-gray-300 hover:text-white"> Blog </a> </li> <li class="mt-4"> <a href="/docs" class="text-base leading-6 text-gray-300 hover:text-white"> Documentation </a> </li> <li class="mt-4"> <a target="_blank" href="https://github.com/plausible/analytics" class="text-base leading-6 text-gray-300 hover:text-white"> GitHub </a> </li> <li class="mt-4"> <a target="_blank" href="https://twitter.com/plausiblehq" class="text-base leading-6 text-gray-300 hover:text-white"> Twitter </a> </li> <li class="mt-4"> <a target="_blank" rel="me" href="https://fosstodon.org/@plausible" class="text-base leading-6 text-gray-300 hover:text-white"> Mastodon </a> </li> <li class="mt-4"> <a target="_blank" href="https://www.linkedin.com/company/plausible-analytics/" class="text-base leading-6 text-gray-300 hover:text-white"> LinkedIn </a> </li> </ul> </div> <div class="mt-12 md:mt-0"> <h4 class="text-sm leading-5 font-semibold tracking-wider text-gray-400 uppercase"> Company </h4> <ul class="mt-4"> <li class="mt-4"> <a href="/about" class="text-base leading-6 text-gray-300 hover:text-white"> About </a> </li> <li class="mt-4"> <a href="/contact" class="text-base leading-6 text-gray-300 hover:text-white"> Contact </a> </li> <li class="mt-4"> <a href="/privacy" class="text-base leading-6 text-gray-300 hover:text-white"> Privacy </a> </li> <li class="mt-4"> <a href="/data-policy" class="text-base leading-6 text-gray-300 hover:text-white"> Data policy </a> </li> <li class="mt-4"> <a href="/terms" class="text-base leading-6 text-gray-300 hover:text-white"> Terms </a> </li> <li class="mt-4"> <a href="/dpa" class="text-base leading-6 text-gray-300 hover:text-white"> DPA </a> </li> <li class="mt-4"> <a href="/security" class="text-base leading-6 text-gray-300 hover:text-white"> Security </a> </li> <li class="mt-4"> <a href="/imprint" class="text-base leading-6 text-gray-300 hover:text-white"> Imprint </a> </li> </ul> </div> </div> </div> </div> </div> </div> <script> </script> <script type="text/javascript" src="/assets/js/alpine.js?v=1739176120" defer></script> <script type="text/javascript" src="/assets/js/index.js?v=1739176120" defer></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10