Modovisa Analytics

تفصیل

A tiny settings page where you paste your Tracking token and enable tracking. The plugin then loads the lightweight Modovisa tracker on the front-end only.

  • Loads once per page in <head> (optional defer).
  • Does not load in wp-admin.
  • Uses WordPress script APIs (wp_register_script/wp_enqueue_script) and standard attributes.
  • Plays nicely with common performance plugins (Autoptimize, WP Rocket).

How-to video

Watch a short walkthrough of the setup:

External services

This plugin connects your WordPress site to the Modovisa Analytics service to track visitor journeys in real time on your WordPress site including page views and related events.

Domains and what they do
https://cdn.modovisa.com/modovisa.min.js — JavaScript file served from the Modovisa CDN. The plugin loads this script on the front-end when tracking is enabled.
https://modovisa.com (and subdomains) — Modovisa’s application/API endpoints that receive analytics events generated by the script.

What data is sent and when
– On front-end page loads, the Modovisa script sends an event payload to Modovisa that typically includes:
– Page URL/path, referrer (if available), user agent, and basic device/viewport info.
– A Tracking identifier (your Tracking token) so data is associated with the correct Modovisa Tracking token.
– Pseudonymous visit/session identifiers (e.g., first-party cookies or similar storage) to recognize returning visits.
– The plugin does not track or load the script in wp-admin. It does not send WordPress user emails, passwords, or other WP user PII.

Consent and performance notes
– If you use a consent tool, configure it so the Modovisa script loads only after consent.
– The script tag includes compatibility attributes for common performance plugins (e.g., data-noptimize, data-nowprocket, data-cfasync) to prevent aggregation or deferral from breaking analytics. These attributes do not transmit any data by themselves.

Provider and policies
– Service: Modovisa Analytics
– Terms of Service: https://modovisa.com/legal/terms-and-conditions
– Privacy Policy: https://modovisa.com/legal/privacy

Privacy

This plugin connects your site to Modovisa Analytics to measure visits and conversions. On front-end page loads, the Modovisa script (from https://cdn.modovisa.com/modovisa.min.js) sends event data to Modovisa for processing and reporting. The payload typically includes page URL, referrer (if available), user agent, and pseudonymous visit/session identifiers. The plugin does not send WordPress admin data or WP user PII.

Use of this plugin requires an active Modovisa account and Tracking token, which you enter on the plugin settings page. By enabling tracking, you consent to the transmission of analytics data to Modovisa as described in their policies:
– Terms: https://modovisa.com/legal/terms-and-conditions
– Privacy: https://modovisa.com/legal/privacy

اسکرین شاٹس

  • Settings screen.
  • Example script tag in page head.

انسٹالیشن

Through WordPress plugin search

  1. Install and activate Modovisa Analytics.
  2. Go to Settings Modovisa Analytics, paste your Tracking token, toggle Enable tracking, then Save Changes.

Through file upload

  1. Upload the plugin ZIP and activate it.
  2. Go to Settings Modovisa Analytics, paste your Tracking token, toggle Enable tracking, then Save Changes.

عمومی سوالات

Does it work with caching/CDN?

Yes. The plugin enqueues a normal <script> in the document head. Popular optimizers are gently instructed to not combine or delay the Modovisa script.

Will it track wp-admin?

No. The script is only enqueued on the front-end.

Can I load the script with `defer`?

Yes—there’s a toggle on the settings page.

How do I stop tracking?

Turn Enable tracking off or deactivate the plugin.

Consent/Privacy?

Use your consent tool to gate the Modovisa script. Only load it after consent is granted.

جائزے

There are no reviews for this plugin.

شراکت دار اور ڈیویلپرز

“Modovisa Analytics” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

“Modovisa Analytics” کا اپنی زبان میں ترجمہ کریں۔

ڈویلپمینٹ میں دلچسپی ہے؟

کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔

چینج لاگ

1.0.2

  • Switched to wp_enqueue_scripts with proper attributes per review feedback.
  • Readme: added External services section with domains, data flow, and policy links.
  • JS enqueue: added explicit version to the registered script (silences MissingVersion warnings).

1.0.1

  • Initial release.