This commit is contained in:
Viggo
2017-12-22 16:09:56 +08:00
parent 447d54d8f1
commit fc704b2847
4 changed files with 91 additions and 1 deletions

View File

@@ -24,6 +24,18 @@
</head>
<body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111463289-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-111463289-1');
</script>
</body>
</html>