Cookie-free, privacy-friendly web analytics made in Germany
Pirsch is a privacy-friendly, cookie-free web analytics tool built and hosted in Germany. It takes a unique approach by offering both a lightweight JavaScript snippet and a server-side tracking option that avoids client-side scripts entirely. Pirsch uses a page-view-based fingerprinting method that generates no personal data, making it GDPR-compliant without requiring cookie consent banners. All data is processed and stored on servers in Germany.
Headquarters
Koblenz, Germany
Founded
2020
Pricing
EU Data Hosting
Yes
Employees
1-10
Free
€6/mo
€12/mo
Contact Sales
Billing: monthly, yearly
Most privacy-focused analytics tools work the same way: a lightweight JavaScript snippet on your page, cookie-free tracking using hashed identifiers, and a clean dashboard showing traffic essentials. Pirsch does all of that. But it also does something almost none of its competitors offer: server-side tracking that eliminates JavaScript entirely.
This matters more than it might seem. Ad blockers strip out JavaScript analytics scripts. Content Security Policies on strict sites can prevent third-party script execution. Privacy-focused browsers block known tracking domains. Every layer of client-side defence reduces the percentage of visitors your analytics tool actually sees. Server-side tracking bypasses all of these obstacles because the tracking happens on your backend — there is no client-side script to block, no tracking domain to filter, and no JavaScript to execute.
Pirsch is a German analytics tool, built and operated by Emvi Software GmbH in Koblenz. Founded in 2020, it stores all data exclusively on servers in Germany and uses a privacy-friendly fingerprinting method with daily rotation that generates no personal data. The result is GDPR compliance without cookies, without consent banners, and — with server-side tracking — without any client-side footprint at all.
The trade-off is feature depth. Pirsch is not trying to replace Google Analytics or even Matomo. There are no heatmaps, no session recordings, no A/B testing, no funnels. Pirsch provides traffic analytics: page views, sessions, referrers, UTM parameters, device breakdowns, geographic data, and custom events. For teams that need this core data with maximum accuracy and minimum compliance burden, Pirsch delivers with a clarity that more complex tools cannot match.
Pirsch's most distinctive feature is its server-side tracking option. Instead of embedding a JavaScript snippet in your pages, you send page view data from your backend server to Pirsch's API. SDKs are available for Go, and the HTTP API is accessible from any backend language. This approach means that ad blockers, browser privacy settings, and content security policies have zero impact on your data collection. Every page view that your server processes is tracked, regardless of what the visitor's browser blocks. For sites where ad blocker usage is high (tech audiences, developer-focused products), server-side tracking can recover 20-40% of visits that client-side analytics miss entirely.
For teams that prefer or need a client-side approach, Pirsch provides a JavaScript snippet under 1 KB in size. It uses no cookies, sets no local storage, and generates no persistent identifiers. Visitor identification uses a privacy-friendly fingerprint that rotates daily, ensuring no visitor can be tracked across days or correlated with personal identity. The script's tiny size means negligible impact on page load performance — an order of magnitude smaller than Google Analytics or even Matomo's tracking script.
The Pirsch dashboard provides real-time visitor data with a clean, focused interface. You see page views, unique visitors, sessions, average time on page, bounce rate, referrers, UTM campaign performance, device and browser breakdowns, operating systems, screen resolutions, and geographic distribution. The design is intentionally simple — one dashboard, no configurable widgets, no drag-and-drop customisation. This simplicity is a feature for teams that want to glance at traffic data and move on, though it frustrates teams that need custom reporting views.
Beyond page views, Pirsch supports custom event tracking for specific user actions — button clicks, form submissions, downloads, sign-ups. Conversion goals allow you to define target events and track completion rates over time. Events are sent via the same JavaScript snippet or server-side API, maintaining the same privacy guarantees. The event system is functional for basic conversion tracking but lacks the depth of Matomo's or GA4's event hierarchies and custom dimensions.
Pirsch offers a white-label dashboard that can be embedded on your own domain or shared with clients under your branding. This is particularly useful for agencies and SaaS companies that want to provide analytics dashboards to customers without exposing Pirsch's branding. The white-label option is available on the Plus plan and above.
The Free tier provides up to 10,000 page views per month on a single website with core analytics features and community support. For personal websites, small blogs, and side projects, this is a genuinely useful free offering.
Starter at EUR 6 per month covers up to 100,000 page views per month with unlimited websites, custom events, and email reports. This is the practical entry point for businesses.
Plus at EUR 12 per month extends to 200,000 page views per month with conversion goals, white-label dashboards, and priority support.
Enterprise pricing is custom for unlimited page views with custom data retention, dedicated support, and custom integrations.
Compared to Plausible (approximately EUR 9/month for 10,000 page views), Pirsch offers more generous limits at each tier. Compared to Matomo Cloud (approximately EUR 23/month for 50,000 hits), Pirsch is significantly cheaper but has far fewer features. The pricing is competitive for what Pirsch does, but the feature gap versus full-featured analytics platforms means you are comparing different categories of tool.
Pirsch's compliance story is about as clean as it gets in web analytics. All data is stored on servers in Germany, operated by German infrastructure providers. The company — Emvi Software GmbH — is a German legal entity based in Koblenz.
No cookies are used. No personal data is collected. The daily-rotating fingerprint method ensures that individual visitors cannot be identified or tracked across days. A Data Processing Agreement (DPA) is available for all customers.
Because Pirsch collects no personal data and uses no cookies, it can operate without cookie consent banners under GDPR and the ePrivacy Directive. This is not a grey area — if no personal data is processed and no cookies are set, consent is not required. For website operators, this means 100% of visitors are tracked (no consent-based data loss) with zero compliance overhead.
The server-side tracking option adds another compliance dimension: because no client-side script is loaded, there are no third-party requests from the visitor's browser to Pirsch's servers. The data exchange happens server-to-server, which some privacy interpretations view as an even stronger compliance posture.
Privacy-conscious website operators who want analytics without cookies, consent banners, or personal data processing, hosted entirely in Germany.
Developers and technical teams who value server-side tracking for maximum data accuracy, especially on sites with high ad blocker usage.
Small to medium businesses that need clean traffic analytics without the complexity and cost of full-featured platforms like Matomo or Google Analytics.
Agencies that need white-label analytics dashboards to provide reporting to clients under their own branding.
Pirsch solves a specific problem exceptionally well: accurate, private web analytics with the simplest possible compliance story. The server-side tracking option is a genuine differentiator that no major competitor offers as a first-class feature. German data hosting, cookie-free design, and a sub-1KB script create a privacy profile that is hard to beat. The feature set is intentionally limited — no heatmaps, no session recordings, no funnels — and the small team means slower feature development. But for the growing number of website operators who want traffic data without privacy trade-offs, Pirsch is the cleanest option available. It earns 7.5 overall, with standout EU compliance (9.5) and ease of use (8.5), held back by limited feature depth (6.5) and a narrow integration ecosystem (5.5).
Both are privacy-focused, cookie-free analytics tools. Pirsch differentiates with server-side tracking (Plausible is client-side only), German data hosting (Plausible hosts in the EU but not specifically Germany), and a free tier. Plausible offers a more polished dashboard, a stronger open-source community (self-hosting available), and broader brand recognition. For server-side tracking and German data residency, Pirsch wins. For community, self-hosting, and interface design, Plausible wins.
Yes. The Pirsch JavaScript snippet supports virtual page views for SPAs. You can trigger page view events programmatically on route changes in React, Vue, Next.js, and similar frameworks. The server-side API also supports this with manual page view calls from your backend.
For developers, no. Pirsch provides a Go SDK and a well-documented HTTP API. Sending a page view is a single API call with the page URL and visitor metadata (user agent, IP — which Pirsch hashes and discards). For non-technical teams without backend access, the JavaScript snippet is the simpler option.
Yes. Multiple team members can access the same Pirsch dashboard. The platform supports team management with role-based access, allowing different permissions for owners, administrators, and viewers.
Pirsch is a managed SaaS service — all data is processed and stored on Pirsch's German servers. The company has not released a self-hosted version, which means organisations requiring complete infrastructure control must use alternatives like Matomo or Plausible (which offers self-hosting). For most teams, Pirsch's German hosting and GDPR-compliant architecture provide sufficient data sovereignty without the maintenance burden of self-hosting.
AI-powered digital experience analytics for enterprise brands
Alternative to Hotjar
Full-featured open-source web analytics with complete data ownership
Alternative to Google Analytics
Enterprise analytics suite with built-in consent and tag management
Alternative to Google Analytics, Adobe Analytics
Lightweight, privacy-friendly web analytics without cookies
Alternative to Google Analytics