Install on Webflow

Add the Modovisa tracking script via Project Settings → Custom Code to start real-time analytics.

The recommended way to add Modovisa in Webflow is via your project’s Site settings → Custom code tab. Paste your Tracking Token into the Head code section, then Save changes and Publish.


Step-by-step

  1. Open your Webflow project and go to Site settings.
  2. Open the Custom code tab.
  3. In Head code, paste the Modovisa snippet below.
  4. Click Save changes, then Publish your site.

<script>
  !function(){
    var s=document.createElement("script");
    s.src="https://cdn.modovisa.com/modovisa.min.js";
    s.async=1;
    s.dataset.token="YOUR_TRACKING_TOKEN";
    document.head.appendChild(s);
  }();
</script>
                     

Verify the installation

  • Open the published site → DevTools → Network → search for modovisa.min.js.
  • Enable “Preserve log” and refresh—confirm the script loads on public pages.
  • In Modovisa, open Live to watch your own visit in real time.