Documentation Index
Fetch the complete documentation index at: https://revlytics.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Revlytics connects directly to your payment provider so you can attribute every dollar of revenue to the traffic source, campaign, or page that generated it. No manual tagging required — just paste your API key and revenue data flows in automatically.Supported providers
Stripe
Checkout sessions, payment intents, and subscriptions.
Polar
Digital products and creator monetization.
Lemon Squeezy
Orders, subscriptions, and license keys.
Paddle
SaaS billing with tax compliance built in.
Dodo Payments
Simple payment processing for global merchants.
Easytool
Lightweight payment infrastructure for builders.
How it works
Connect your provider
Go to Settings → Revenue Tracking in your dashboard. Select your payment provider and paste your API key.
Install the tracking script
Make sure the Revlytics script is installed on your site. The script auto-detects checkout completions from URL parameters.
What you can see
Once connected, your dashboard shows:- Revenue by source — Which referrers and campaigns generate the most revenue
- Revenue by page — Which landing pages convert to paid customers
- Revenue by country — Geographic breakdown of your earnings
- Revenue over time — Daily/weekly/monthly revenue trends
- Payment events — Individual transaction records with session context
Auto-detection (no API key needed)
Even without connecting a provider, the tracking script automatically detects checkout completions from these URL parameters:| Provider | URL Parameter | Example |
|---|---|---|
| Stripe | session_id=cs_* | /success?session_id=cs_live_abc |
| Lemon Squeezy | order_id=* | /success?order_id=12345 |
| Polar | checkout_id=* | /success?checkout_id=ch_abc |