Skip to content

Commit

Permalink
Add Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e committed Jun 26, 2019
1 parent a4081c4 commit 3102066
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions web/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@
font-feature-settings: "liga";
}
</style>

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

gtag("config", "UA-102589015-3");
</script>
</head>
<body>
<div id="page"></div>
Expand Down

0 comments on commit 3102066

Please sign in to comment.