analytics
This commit is contained in:
parent
33bc83c93b
commit
72bd4b59f3
11
devmon.html
11
devmon.html
@ -55,4 +55,15 @@
|
||||
<script src="/js/links.js"></script>
|
||||
<script src="/js/devrant-monitor.js"></script>
|
||||
<script src="/js/content-rizer.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-74118570-2');
|
||||
</script>
|
||||
|
||||
</body>
|
11
index.html
11
index.html
@ -85,4 +85,15 @@
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/console.js"></script>
|
||||
<script src="/js/links.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-74118570-2');
|
||||
</script>
|
||||
|
||||
</body>
|
Loading…
x
Reference in New Issue
Block a user