Skip to content

Commit

Permalink
⬆️ Update GA to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Jul 4, 2022
1 parent 4b5259d commit d028bea
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<title>driftr.js - Genetic Drift Simulator</title>
<link rel="stylesheet" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V60H2JH0G6"></script>
<script>
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41178626-2', 'auto');
ga('send', 'pageview');
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V60H2JH0G6');
</script>
</head>
<body>
Expand Down

0 comments on commit d028bea

Please sign in to comment.