or choose a category to quickly find the help you need
Modovisa is a real-time visitor analytics platform that helps you track page views, sessions, events, and user behavior across your website without compromising privacy.
After signing up, you'll find a unique script in your dashboard. Copy and paste it into your site's <head>
section before the closing tag.
To install Modovisa, paste the tracking snippet just before the closing </head>
tag in your site’s HTML or layout template.
This works for any site — whether it's built with plain HTML, PHP, Laravel, Rails, React, Vue, or custom frameworks.
If you're using a builder like Elementor, Webflow, Wix, etc., look for options like Custom Code, Site Head Injection, or Tracking Scripts.
<script>
!function(){
var s=document.createElement("script");
s.src="https://cdn.modovisa.com/modovisa.js";
s.async=1;
s.dataset.token="YOUR_PROJECT_TOKEN";
document.head.appendChild(s);
</script>
Looking for platform-specific steps (WordPress, Shopify, Wix, Webflow, etc.)?
Visit our full Installation Instructions guide.
This usually means the visitor is using a VPN, ad blocker, or that headers were missing when the session was recorded.
Modovisa enriches country and device info server-side and updates it in ~1–2 seconds.
Yes! Modovisa uses fingerprinting and heuristics to assign session and visitor IDs.
We do not use third-party cookies. You can track events, sessions, and conversions while staying compliant with privacy regulations like GDPR and CCPA.
data-modovisa-event
attribute to any HTML element.
<button
data-modovisa-event="signup"
data-modovisa-location="hero-section"
>Get Started
</button>
<a
href="https://partner.com"
target="_blank"
data-modovisa-event="affiliate-click"
data-modovisa-campaign="summer-promo"
>Visit Partner
</a>
You can also include additional data-modovisa-*
attributes to attach metadata (e.g. plan, campaign, location, etc.).
These events will automatically show up in your Modovisa Dashboard → Events tab with full context (page, country, session, etc.).
📘 Need more examples?
Check the full Custom Event Instructions section on our Installation page.
limit_reached
if so).If you can't find your question in our FAQ, you can contact us. We'll answer you shortly!