MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
/* Google Analytics v4 */ | /* Google Analytics v4 */ | ||
window.dataLayer = []; | window.dataLayer = []; | ||
function | window.gtag = function() { | ||
window.dataLayer.push(arguments); | window.dataLayer.push(arguments); | ||
} | } |
Latest revision as of 16:42, 2 June 2023
function inject(url) { var script = document.createElement("script"); script.src = url; script.defer = true; document.head.appendChild(script); } /* Google Analytics v4 */ window.dataLayer = []; window.gtag = function() { window.dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "G-JKLRL9CMTE"); inject("https://www.googletagmanager.com/gtag/js?id=G-JKLRL9CMTE"); /* Yandex Metrika */ window.ym = function () { ym.a.push(arguments); }; ym.a = []; ym.l = Date.now(); ym(93598126, "init", { clickmap: true, trackLinks: true, accurateTrackBounce: true }); inject("https://mc.yandex.ru/metrika/tag.js");