Skip to content

Commit d83764d

Browse files
committed
Add Analytics
1 parent ca94492 commit d83764d

File tree

11 files changed

+91
-4
lines changed

11 files changed

+91
-4
lines changed

carry.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414

1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
1616
<link rel="stylesheet" href="css/carry.css">
17+
<!-- Global site tag (gtag.js) - Google Analytics -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
1723

24+
gtag('config', 'UA-113139994-2');
25+
</script>
1826
</head>
1927
<body>
2028

clubs.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626

2727
<script type="text/javascript" src="js/clubs.json"></script>
2828
<script type="text/javascript" src ="js/clubs.js"></script>
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
2935

36+
gtag('config', 'UA-113139994-2');
37+
</script>
3038
</head>
3139
<body onload="init();">
3240

councils.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@
2727
<script type="text/javascript" src ="js/councils.js">
2828

2929
</script>
30-
30+
<!-- Global site tag (gtag.js) - Google Analytics -->
31+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
32+
<script>
33+
window.dataLayer = window.dataLayer || [];
34+
function gtag(){dataLayer.push(arguments);}
35+
gtag('js', new Date());
36+
37+
gtag('config', 'UA-113139994-2');
38+
</script>
3139
</head>
3240
<body>
3341

department_index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414

1515
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
1616
<link rel="icon" href="/favicon.png" type="image/x-icon">
17+
<!-- Global site tag (gtag.js) - Google Analytics -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
1723

24+
gtag('config', 'UA-113139994-2');
25+
</script>
1826
</head>
1927
<body>
2028
<header>

departments.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414

1515
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
1616
<link rel="icon" href="/favicon.png" type="image/x-icon">
17+
<!-- Global site tag (gtag.js) - Google Analytics -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
1723

24+
gtag('config', 'UA-113139994-2');
25+
</script>
1826
</head>
1927
<body>
2028

facilities.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@
2424
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js">
2525
</script>
2626
<script type="text/javascript" src="js/facilities.json"></script>
27-
<script type="text/javascript" src ="js/facilities.js">
27+
<script type="text/javascript" src ="js/facilities.js"></script>
28+
<!-- Global site tag (gtag.js) - Google Analytics -->
29+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
30+
<script>
31+
window.dataLayer = window.dataLayer || [];
32+
function gtag(){dataLayer.push(arguments);}
33+
gtag('js', new Date());
2834

35+
gtag('config', 'UA-113139994-2');
2936
</script>
30-
3137
</head>
3238
<body>
3339

fests.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414
<link href='https://fonts.googleapis.com/css?family=Cabin|PT+Sans' rel='stylesheet' type='text/css'>
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
1616
<link rel="stylesheet" href="css/fests.css">
17+
<!-- Global site tag (gtag.js) - Google Analytics -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
1723

24+
gtag('config', 'UA-113139994-2');
25+
</script>
1826
</head>
1927
<body class="bodyfest">
2028

fests_main.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@
2525
</script>
2626
<script type="text/javascript" src="js/fests.json"></script>
2727
<script type="text/javascript" src="js/fests_main.js"></script>
28+
<!-- Global site tag (gtag.js) - Google Analytics -->
29+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
30+
<script>
31+
window.dataLayer = window.dataLayer || [];
32+
function gtag(){dataLayer.push(arguments);}
33+
gtag('js', new Date());
2834

35+
gtag('config', 'UA-113139994-2');
36+
</script>
2937
</head>
3038
<!-- Body -->
3139
<body>

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414

1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
1616
<link rel="stylesheet" href="css/main.css">
17-
17+
<!-- Global site tag (gtag.js) - Google Analytics -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'UA-113139994-2');
25+
</script>
1826
</head>
1927
<body>
2028

map.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414

1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
1616
<link rel="stylesheet" href="css/map.css">
17+
<!-- Global site tag (gtag.js) - Google Analytics -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
1723

24+
gtag('config', 'UA-113139994-2');
25+
</script>
1826
</head>
1927
<body>
2028

0 commit comments

Comments
 (0)