Skip to content

Commit

Permalink
updated all google analytics tags to new GA4 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
acatchpole committed Apr 16, 2024
1 parent 749f1ed commit 19b0316
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions app/Server/src/SERVERAPI/Pages/MiniApps/_miniAppLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
<!-- DatePicker CSS -->
<link href="~/lib/bootstrap/css/bootstrap-datepicker.min.css" rel="stylesheet" />
<script src="~/lib/bootstrap/js/bootstrap-datepicker.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110010219-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7PZZ2ZQWCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110010219-1');
gtag('config', 'G-7PZZ2ZQWCL');
</script>
</head>
<body>
Expand Down
8 changes: 4 additions & 4 deletions app/Server/src/SERVERAPI/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
<!-- DatePicker CSS -->
<link href="~/lib/bootstrap/css/bootstrap-datepicker.min.css" rel="stylesheet" />
<script src="~/lib/bootstrap/js/bootstrap-datepicker.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110010219-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7PZZ2ZQWCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110010219-1');
gtag('config', 'G-7PZZ2ZQWCL');
</script>
</head>
<body>
Expand Down
8 changes: 4 additions & 4 deletions app/Server/src/SERVERAPI/Views/Shared/_LayoutBare.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
<!-- DatePicker CSS -->
<link href="~/lib/bootstrap/css/bootstrap-datepicker.min.css" rel="stylesheet" />
<script src="~/lib/bootstrap/js/bootstrap-datepicker.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110010219-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7PZZ2ZQWCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110010219-1');
gtag('config', 'G-7PZZ2ZQWCL');
</script>
</head>
<body>
Expand Down
18 changes: 9 additions & 9 deletions app/Server/src/SERVERAPI/Views/Shared/_LayoutNoBubbles.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
<!-- DatePicker CSS -->
<link href="~/lib/bootstrap/css/bootstrap-datepicker.min.css" rel="stylesheet" />
<script src="~/lib/bootstrap/js/bootstrap-datepicker.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110010219-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-110010219-1');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7PZZ2ZQWCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7PZZ2ZQWCL');
</script>
</head>
<body>
<!-- HEADER -->
Expand Down
8 changes: 4 additions & 4 deletions app/Server/src/SERVERAPI/Views/Shared/_LayoutNoNav.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@

<!--Site Javascript-->
<script src="~/js/site.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110010219-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7PZZ2ZQWCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110010219-1');
gtag('config', 'G-7PZZ2ZQWCL');
</script>
</head>
<body>
Expand Down
8 changes: 4 additions & 4 deletions app/Server/src/SERVERAPI/Views/Shared/_LayoutReport.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<!-- SITE CSS -->
<link href="~/css/site.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110010219-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7PZZ2ZQWCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110010219-1');
gtag('config', 'G-7PZZ2ZQWCL');
</script>

</head>
Expand Down

0 comments on commit 19b0316

Please sign in to comment.