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.
Make sure your site is
published
and mapped to your domain. Custom code runs only on the published site, not the Designer preview.
Step-by-step
- Open your Webflow project and go to Site settings.
- Open the Custom code tab.
- In Head code, paste the Modovisa snippet below.
- 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.