VisitTrack
Start free
☰ Browse the docs

Get started

Find the channels that actually pay

VisitTrack is live in a couple of minutes. Install one script, connect your payment provider, and every payment is traced back to the referrer, campaign and page that earned it.

1/ Install the tracking script

Add this to the <head> of every page. No cookies, no consent banner.

index.html
<script defer data-site="YOUR_SITE_ID" src="https://visitrack.app/tracker.js"></script>

Using Next.js, a CSP or testing on localhost? See the full install guide.

2/ Link revenue to traffic

Pass the visitor id at checkout and register one webhook. Each payment is credited to the visitor's first referrer, UTM campaign and landing page.

3/ Track custom events (optional)

Signups, trials, newsletter subscriptions: one line each. They show up in Goals, Funnels and the visitor timeline.

signup.js
window.visitrack("signup", { plan: "pro" });

More in custom events.

All guides

Get started

Revenue attribution

Tracking

Developers

Troubleshooting