Install on Wix

Add the Modovisa tracking script via Wix Custom Code to start real-time analytics.

The recommended way to add Modovisa to Wix is via Custom Code in your site’s dashboard. Paste your Tracking Token and load it on all pages in the Head.


Step-by-step

  1. Go to Settings in your site’s dashboard.
  2. In the Advanced section, click Custom Code.
  3. Click + Add Custom Code (top right).
  4. Paste the Modovisa script below.
  5. Give it a recognizable name (e.g., Modovisa Analytics).
  6. Under Add Code to Pages, choose All pages and (recommended) “Load code once”.
  7. Under Place Code in, select Head.
  8. Click Apply, 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 your live site (not the editor preview) → DevTools → Network, search for modovisa.min.js.
  • Enable “Preserve log” and refresh—confirm the script loads on public pages.
  • In your Modovisa dashboard, open Live to see your own visit in real time.