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
One line of code in your <head>. Works with HTML, Next.js, React, Vue, and any framework.
Page views, clicks, and custom events are tracked cookielessly via localStorage. No cookie banner needed.
TrailPixel automatically detects conversion funnels from event sequences and shows drop-off points.
Create A/B tests on any funnel step. Get notified when a winner is found at 95% confidence.
No cookies, no consent banners. Uses localStorage (GDPR Art. 5(3) exemption for strictly necessary storage).
We analyze event sequences and automatically detect conversion funnels. No manual setup required.
Assign variants, track performance per funnel step. Get notified at 95% confidence with the winner.
Live stats, top pages, event breakdown. Dark-mode analytics that load instantly.
Email alerts when A/B tests reach significance with the winning variant and rollout prompt.
Get data-driven suggestions on how to improve your funnels based on actual user behavior.
<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>