Add google analytics
This commit is contained in:
parent
35ef88e832
commit
aba9c07f83
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@
|
|||
opacity: 0.7;
|
||||
}
|
||||
</style>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99646499-3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-99646499-3');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<section class="wrapper">
|
||||
|
|
Loading…
Reference in a new issue