Feature Catalog

High-Performance Analytics
Without Surveillance Bloat

Discover a fast, cookieless, and privacy-respecting alternative to Google Analytics, equipped with developer tooling and system telemetry checks.

💰
New Feature

Stripe Revenue Attribution

Connect Stripe to trace checkout revenue, MRR, and recurring subscriptions directly back to the referrers and UTM campaigns that generated them.

âš¡

Real-Time Event Ingestion

Stream live visitor actions, pageviews, and active user pulses via sub-second WebSocket and Redis integration.

🎯

Conversion Funnels

Track multi-step conversion paths and session drop-offs across custom page sequences.

📦

< 2KB Script Size

Zero impact on Core Web Vitals or page load performance. Loads up to 100x faster than traditional tracking packages.

📡

Real-Time Webhooks

Push live HTTP POST event payloads directly to Slack, n8n, Zapier, or custom APIs when events trigger.

🔒

Uptime & SSL Monitoring

Automatic background health sweeps for status codes, latency, and SSL certificate expiration dates.

📊

GA4 CSV Importer

Import historical traffic exports from Google Analytics with a single click to maintain continuous reports.

Integration Guide

How to Connect Stripe in 3 Minutes

Built on Method 1: Stripe Checkout Session Metadata. No cookies required. 100% GDPR compliant.

1

Add Webhook in Stripe

In your TeleStats dashboard, copy your dedicated Stripe Webhook endpoint. Paste it in your Stripe Dashboard âž” Developers âž” Webhooks.

Select events:
• checkout.session.completed
• invoice.payment_succeeded
2

Pass 1 Line of Metadata

When creating your Stripe Checkout Session on your backend, pass the visitor session ID into Stripe's metadata:

metadata: {
  "telestats_session_id":
    sessionId // from window.TeleStats.getSessionId()
}
3

Trace Revenue & MRR

TeleStats instantly correlates payments with the customer's initial entry page and marketing source.

💡 Recurring subscription renewals (MRR) are automatically attributed to the same channel every month!