Cookieless โ€ข GDPR Compliant โ€ข Open Source

Analytics that
auto-detect your funnels

One snippet. Cookieless tracking. Automatic funnel detection, A/B testing, and AI-powered recommendations to grow your conversions.

No credit card required โ€ข 1,000 free events/month

How it Works

1

Add Snippet

One line of code in your <head>. Works with HTML, Next.js, React, Vue, and any framework.

2

Auto-Track

Page views, clicks, and custom events are tracked cookielessly via localStorage. No cookie banner needed.

3

Funnels Detected

TrailPixel automatically detects conversion funnels from event sequences and shows drop-off points.

4

A/B Test & Optimize

Create A/B tests on any funnel step. Get notified when a winner is found at 95% confidence.

Everything You Need

๐Ÿช

Cookieless Tracking

No cookies, no consent banners. Uses localStorage (GDPR Art. 5(3) exemption for strictly necessary storage).

๐Ÿ”

Auto Funnel Detection

We analyze event sequences and automatically detect conversion funnels. No manual setup required.

๐Ÿงช

Built-in A/B Testing

Assign variants, track performance per funnel step. Get notified at 95% confidence with the winner.

๐Ÿ“Š

Real-time Dashboard

Live stats, top pages, event breakdown. Dark-mode analytics that load instantly.

๐Ÿ“ง

Winner Notifications

Email alerts when A/B tests reach significance with the winning variant and rollout prompt.

๐Ÿค–

AI Recommendations

Get data-driven suggestions on how to improve your funnels based on actual user behavior.

One Snippet. Done.

<script src="https://trailpixel.com/tracker.js" data-site-id="YOUR_SITE_ID"></script>

<!-- Then track anything: -->
<script>
  window.trailpixel.track('purchase', { 
    name: 'Purchase Completed', 
    properties: { amount: 49, currency: 'EUR' }
  })
  window.trailpixel.identify({ email: 'user@example.com' })
</script>