Google Analtyics

This commit is contained in:
186526 2020-12-20 15:39:52 +08:00
parent 6dfa19214a
commit e2e8bfeebd
Signed by untrusted user: 186526
GPG Key ID: C7EB1E6B8CC5E51D
1 changed files with 9 additions and 0 deletions

View File

@ -125,4 +125,13 @@
}
return html;
}) %>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ENYRL7T64N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ENYRL7T64N');
</script>
</head>