Diferencia entre revisiones de «MediaWiki:Common.js»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 20: | Línea 20: | ||
//Google Analytics | //Google Analytics | ||
var GoogleCdn = document.createElement('script'); | var GoogleCdn = document.createElement('script'); | ||
GoogleCdn.src = 'https://www.googletagmanager.com/gtag/js?id= | GoogleCdn.src = 'https://www.googletagmanager.com/gtag/js?id=G-3RS0Q2KHEM'; | ||
document.body.appendChild(GoogleCdn); | document.body.appendChild(GoogleCdn); | ||
window.dataLayer = window.dataLayer || []; | window.dataLayer = window.dataLayer || []; | ||
| Línea 27: | Línea 27: | ||
} | } | ||
gtag('js', new Date()); | gtag('js', new Date()); | ||
gtag('config', ' | gtag('config', 'G-3RS0Q2KHEM'); | ||
/* TOP 버튼 */ | /* TOP 버튼 */ | ||