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.
How to Connect Stripe in 3 Minutes
Built on Method 1: Stripe Checkout Session Metadata. No cookies required. 100% GDPR compliant.
Add Webhook in Stripe
In your TeleStats dashboard, copy your dedicated Stripe Webhook endpoint. Paste it in your Stripe Dashboard âž” Developers âž” Webhooks.
• checkout.session.completed
• invoice.payment_succeeded
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()
}
Trace Revenue & MRR
TeleStats instantly correlates payments with the customer's initial entry page and marketing source.