Skip to content

Commit

Permalink
Google Analyticsを導入する
Browse files Browse the repository at this point in the history
  • Loading branch information
AkishinoShiame committed Sep 27, 2020
1 parent 3bb82fa commit 9ba80fc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, shrink-to-fit=no">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-86161774-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-86161774-2');
</script>
<!-- ↑- Google Analytics -->
<link rel="icon" href="flags/favicon-terminal.ico" sizes="16x16">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-grid.css">
Expand Down Expand Up @@ -90,4 +100,4 @@ <h6><small class="align-text-bottom">English</small></h6>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>
</html>

0 comments on commit 9ba80fc

Please sign in to comment.