← All guides

Any website · ~2 min

Install the HTML script

One tag for any site — Webflow, Framer, custom HTML, PHP, static hosts.

Examples use Site ID yourdomain.com — replace with yours from onboarding or Settings.

  1. 01

    Copy the snippet

    Use the code below. It loads once and hooks SPA navigations automatically.

    <script
      defer
      data-website-id="yourdomain.com"
      data-domain="yourdomain.com"
      src="https://revfast.app/tracker.js"
    ></script>
  2. 02

    Paste in your site head or footer

    Prefer before </head>. Before </body> also works. Publish or deploy after saving.

  3. 03

    Verify live traffic

    Open https://yourdomain.com in a normal (non-incognito-blocked) window. RevFast listens for the first pageview on yourdomain.com.

  4. 04

    Connect payments (if you sell)

    Settings → Payments, then open that provider’s guide. On checkout, send the visitor id from the ros_uid cookie so each sale matches the visit.

Install with AI

Paste into Cursor or Copilot — swap in your real Site ID first.

Install RevFast analytics on my website (Connect key: yourdomain.com · Origin: https://revfast.app).

Add this exact script so it loads on every page (prefer <head>):

<script
  defer
  data-website-id="yourdomain.com"
  data-domain="yourdomain.com"
  src="https://revfast.app/tracker.js"
></script>

Requirements:
- Do not duplicate the script if it already exists
- Keep SPA route changes working (History API is handled by the tracker)
- Confirm the connect key is "yourdomain.com"
- After install, tell me which file you edited

Related

Stuck? Email hello@revfast.app or open onboarding → Need help?