HTML

Revly works with any website — static HTML, server-rendered, or anything that lets you edit the <head> tag. Paste one snippet and you're done.

1. Add the snippet

Paste the following inside the <head> of every page you want to track. Replace YOUR_SITE_ID with the ID found in your site settings.

<script
  defer
  data-site-id="YOUR_SITE_ID"
  src="https://cdn.revly.pro/tracker.js">
</script>

The defer attribute loads the script after the page has parsed, so it never blocks rendering.

Need help? Reach out at contact@revly.pro