add google analytics
This commit is contained in:
parent
7cc5e9c77f
commit
ed723f4354
@ -10,6 +10,15 @@
|
||||
<link rel="stylesheet" href="/dist/global.css" />
|
||||
<link rel="stylesheet" href="/dist/app.css" />
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45873755-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-45873755-2');
|
||||
</script>
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user