Skip to content

Commit

Permalink
Add GA to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jerjou committed Aug 5, 2020
1 parent 3cfd634 commit 41a8425
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions gassim/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<link href="index.css" rel="stylesheet">
<script type="module" src="index.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174588210-1"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','UA-174588210-1');</script>
</head>
<body>
<input type=radio name=tab id=setupTab checked />
Expand Down
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="mercury.css" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174588210-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174588210-1');
</script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','UA-174588210-1');</script>
<style>
body {
line-height: 1.5em;
Expand Down
2 changes: 2 additions & 0 deletions math.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link rel="stylesheet" href="math.css">
<script src="lib.js"></script>
<script src="math.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174588210-1"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','UA-174588210-1');</script>
</head>
<body>
<div class="math"></div>
Expand Down
2 changes: 2 additions & 0 deletions words.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
}
});
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174588210-1"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','UA-174588210-1');</script>
</head>
<body><div class="words"></div></body>
</html>

0 comments on commit 41a8425

Please sign in to comment.