MediaWiki:Common.js: Difference between revisions
From Mintarc Forge
Created page with "→Any JavaScript here will be loaded for all users on every page load.: var _paq = window._paq || []; →tracker methods like "setCustomDimension" should be called before "trackPageView": _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://matomo.mintarc.com/matomo/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '3']); // Replace '3' with your actual site ID var d=document, g=d.creat..." |
(No difference)
|
Revision as of 13:44, 12 March 2025
/* Any JavaScript here will be loaded for all users on every page load. */ var _paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://matomo.mintarc.com/matomo/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '3']); // Replace '3' with your actual site ID var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); // Mautic Tracking Code (function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n; w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t), m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m) })(window,document,'script','https://matomo.mintarc.com/mautic/mtc.js','mt'); mt('send', 'pageview');