Skip to content

Commit

Permalink
Add Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Sep 3, 2018
1 parent 533a9ef commit 4f7a323
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<link rel="stylesheet" href="node_modules/sanitize.css/sanitize.css" />
<link rel="stylesheet" href="https://unpkg.com/prismjs@1.15.0/themes/prism-okaidia.css" />
<link rel="stylesheet" href="./App.css" />

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

gtag('config', 'UA-25623237-14');
</script>
<body>
<noscript>This page requires JavaScript!</noscript>
<div class="wrapper">
Expand Down

0 comments on commit 4f7a323

Please sign in to comment.