Skip to content

Commit

Permalink
Updated Google Analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Dec 30, 2022
1 parent 9f81999 commit e04ebb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flat.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<head>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-431275-9"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0301ZD47Q7"></script>
<script>
if (document.location.hostname !== '' && document.location.hostname.indexOf('localhost') !== 0) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-431275-9');
gtag('config', 'G-0301ZD47Q7');
}
</script>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<head>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-431275-9"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0301ZD47Q7"></script>
<script>
if (document.location.hostname !== '' && document.location.hostname.indexOf('localhost') !== 0) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-431275-9');
gtag('config', 'G-0301ZD47Q7');
}
</script>

Expand Down
4 changes: 2 additions & 2 deletions materialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<head>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-431275-9"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0301ZD47Q7"></script>
<script>
if (document.location.hostname !== '' && document.location.hostname.indexOf('localhost') !== 0) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-431275-9');
gtag('config', 'G-0301ZD47Q7');
}
</script>

Expand Down

0 comments on commit e04ebb8

Please sign in to comment.