Skip to content

Commit

Permalink
Add ga code to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cemacrr committed Sep 24, 2024
1 parent da2a3c7 commit 9d67089
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 4 deletions.
11 changes: 11 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
href="../css/site.css"
media="all">
<!-- scripts: _________________________________________________________ -->
<!-- Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-R37BD08TMN">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R37BD08TMN');
</script>
<!-- End Google Analytics -->
<script src="../js/site.js"
charset="utf-8"
defer>
Expand Down
11 changes: 11 additions & 0 deletions acknowledgements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
href="../css/site.css"
media="all">
<!-- scripts: _________________________________________________________ -->
<!-- Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-R37BD08TMN">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R37BD08TMN');
</script>
<!-- End Google Analytics -->
<script src="../js/site.js"
charset="utf-8"
defer>
Expand Down
11 changes: 11 additions & 0 deletions contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
href="../css/site.css"
media="all">
<!-- scripts: _________________________________________________________ -->
<!-- Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-R37BD08TMN">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R37BD08TMN');
</script>
<!-- End Google Analytics -->
<script src="../js/site.js"
charset="utf-8"
defer>
Expand Down
11 changes: 11 additions & 0 deletions dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
href="../css/site.css"
media="all">
<!-- scripts: _________________________________________________________ -->
<!-- Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-R37BD08TMN">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R37BD08TMN');
</script>
<!-- End Google Analytics -->
<script src="../js/site.js"
charset="utf-8"
defer>
Expand Down
11 changes: 11 additions & 0 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
href="../css/site.css"
media="all">
<!-- scripts: _________________________________________________________ -->
<!-- Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-R37BD08TMN">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R37BD08TMN');
</script>
<!-- End Google Analytics -->
<script src="../js/site.js"
charset="utf-8"
defer>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
href="./css/site.css"
media="all">
<!-- scripts: _________________________________________________________ -->
<script src="./js/site.js"
charset="utf-8"
defer>
</script>
<!-- Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-R37BD08TMN">
Expand All @@ -33,6 +29,10 @@
gtag('config', 'G-R37BD08TMN');
</script>
<!-- End Google Analytics -->
<script src="./js/site.js"
charset="utf-8"
defer>
</script>
<!-- meta tags: _______________________________________________________ -->
<meta id="meta_title"
name="title"
Expand Down
11 changes: 11 additions & 0 deletions stripes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
href="../css/site.css"
media="all">
<!-- scripts: _________________________________________________________ -->
<!-- Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-R37BD08TMN">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R37BD08TMN');
</script>
<!-- End Google Analytics -->
<script src="../js/stripes.js"
charset="utf-8"
defer>
Expand Down

0 comments on commit 9d67089

Please sign in to comment.