Skip to content

Commit

Permalink
GA-UA Code
Browse files Browse the repository at this point in the history
  • Loading branch information
alterebro committed Nov 1, 2023
1 parent 08a2c70 commit f6b7c1b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,12 @@ <h3><i class="fa fa-github"></i> <a href="{{ repo.html_url }}" title="{{ repo.na
<script type="text/javascript" src="frontend/scripts/atomic.js"></script>
<script type="text/javascript" src="frontend/scripts/cache.js"></script>
<script type="text/javascript" src="frontend/scripts/app.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-63335-23"></script>
<script>
/* Google Analytics tracking code */
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-63335-23', 'auto');
ga('send', 'pageview');
window.dataLayer = window.dataLayer || [];
function gtag(){ dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-63335-23');
</script>
</body>
</html>

0 comments on commit f6b7c1b

Please sign in to comment.