google analytics

This commit is contained in:
Daniel
2018-09-26 21:29:11 -04:00
parent a7720d0757
commit 9bb1568829
2 changed files with 12 additions and 0 deletions

View File

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