Skip to content

Commit

Permalink
Adding Google Analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverLinings89 committed Mar 20, 2020
1 parent dd83503 commit 929477b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.html
Expand Up @@ -7,6 +7,17 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./assets/favicon.png">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161411702-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-161411702-1');
</script>

</head>

<body>
Expand Down

0 comments on commit 929477b

Please sign in to comment.