Total clicks
144
revlyty docs
installation, tracking, dashboards
Get started
Tracking model
API reference
Dashboards
Billing
Support
documentation
Install the tracker, validate signals, then unlock attribution with a conversion event.
revlyty dashboard preview
Total clicks
144
New leads
0
1tracked links
revlyty-course.vercel.app
-> https://revlyty-course.vercel.app
Devices
Last month144
clicksSources
Last monthBrowsers
Last monthscript
tracker.js installed
events
pageview live
signal
conversion ready
SPA-ready
Auto pageviews for pathname changes via History API.
Domain protected
Origin mismatch is blocked server-side for safety.
Debuggable
Use data-debug="true" + window.revlyty.debug.
1. Create a site
Add your domain to generate a site id.
2. Install the script
Paste the tracker in your website head.
3. Verify data
Open realtime or events and confirm pageviews.
4. First revenue signal
Send a conversion event to validate attribution.
The tracker starts sending pageviews immediately.
pageview
Recorded on initial load and when SPA pathname changes.
session_end
Recorded on beforeunload with duration (seconds).
custom / conversion
Sent only when you call window.revlyty.track(...).
Use this to confirm you are live before deeper setup.
1. tracker loads
Open your website, confirm /tracker.js returns 200.
2. pageviews appear
Open realtime or events, confirm page_path matches.
3. no domain mismatch
If you see 403, fix site domain vs origin host.
4. send a custom event
Call window.revlyty.track and confirm it appears.