Add analytics for exampleSite
This commit is contained in:
parent
a910cd7eb4
commit
aa490b115a
|
@ -2,3 +2,11 @@
|
||||||
<div class="line bottom"></div>
|
<div class="line bottom"></div>
|
||||||
<div class="line left"></div>
|
<div class="line left"></div>
|
||||||
<div class="line right"></div>
|
<div class="line right"></div>
|
||||||
|
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24132749-1"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', "UA-24132749-1");
|
||||||
|
</script>
|
Loading…
Reference in New Issue