Finally see which ads, campaigns, and channels actually drive your revenue. Marketing attribution that works for every business.
// Track page views automatically
import { TrackSource } from '@tracksource/sdk';
const ts = new TrackSource({
tenantId: 'your_tenant_id'
});
// Identify users when they sign up
ts.identify({
email: 'user@example.com',
name: 'John Doe'
});
// Track purchases with revenue
ts.track('purchase', {
revenue: 99.00,
currency: 'USD'
});// Universal webhook - works with any form provider
POST https://events.tracksource.io/v1/leads/webhook/tally
// Query string passes attribution data
?ts_source=facebook
&ts_medium=paid
&ts_campaign=summer_sale
// Response with full attribution
{
"lead_id": "lead_abc123",
"email": "user@example.com",
"attribution": {
"first_touch": "google / organic",
"last_touch": "facebook / paid"
}
}From real-time tracking to advanced analytics. Built for developers, designed for marketers.
Copy-paste our SDK snippet and start tracking immediately. No complex configuration required.
Bypass ad blockers and iOS restrictions with server-side event tracking to ad platforms.
First-touch, last-touch, linear, time-decay, position-based, and data-driven models.
Follow users across devices with identity resolution. See the complete customer journey.
Works with Tally, Typeform, HubSpot, Calendly, and any custom form provider.
Connect Stripe, Whop, and payment webhooks to attribute revenue to marketing channels.
Server-to-server events for Facebook Ads. Improve match rates and attribution accuracy.
Send offline conversions to Google Ads. Track GCLID through the entire funnel.
See events as they happen. Sub-second latency from click to dashboard.
Connect your forms, payments, and ad platforms in minutes.
Three simple steps to understand where your revenue comes from.
Drop our lightweight JavaScript SDK into your website. It automatically tracks page views, UTM parameters, and user sessions.
Point your form webhooks to our universal endpoint. Connect payment providers to track revenue. Everything is automatically stitched together.
Open your dashboard and see exactly which channels drive conversions and revenue. Compare attribution models side-by-side.
We built the attribution platform we wished existed.
| Feature | TrackSource | Others |
|---|---|---|
| Setup Time | 5 minutes | 2+ weeks |
| Starting Price | $99/mo | $399+/mo |
| Free Tier | 10k events | None |
| Server-Side Tracking | ||
| Self-Serve Setup | - | |
| Attribution Models | 6 | 2-4 |
| Real-Time Data | Delayed | |
| Open API | Limited |
Start your free trial today. No credit card required. Setup takes less than 5 minutes.