MediaWiki:Common.js: mudanças entre as edições
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 7: | Linha 7: | ||
var imported = document.createElement('script'); | var imported = document.createElement('script'); | ||
imported.src = ' | imported.src = 'https://www.googletagmanager.com/gtag/js?id=UA-162806132-1'; | ||
document.head.appendChild(imported); | document.head.appendChild(imported); | ||
window.dataLayer = window.dataLayer || []; | window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | gtag('js', new Date()); | ||
ggtag('config', 'UA-162806132-1'); | |||
| | ||
