Skip to content

Commit

Permalink
Add Google Analytics to site
Browse files Browse the repository at this point in the history
  • Loading branch information
hisaac committed Feb 11, 2018
1 parent 66dfc00 commit 3276b85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/web1/layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />

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

0 comments on commit 3276b85

Please sign in to comment.