Skip to content

Commit

Permalink
feature(REPORT-333381): Removed Google Tag Manager(31/10/2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
SundaresanGunasekaran committed Oct 31, 2023
1 parent 6809939 commit b9475e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
24 changes: 0 additions & 24 deletions Views/Shared/Preview/_index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,6 @@
}
}
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K73VBT8');</script>
<!-- End Google Tag Manager -->
<link rel="shortcut icon" type="image/x-icon" href="~/favicon.ico" />

<link href="~/bundles/preview/app.min.css" rel="stylesheet" />

</head>
<body>
<div hidden id="reports-analytics" data-queue="Bold Reports - Demos - ASP.NET Core"></div>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K73VBT8"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
@RenderBody()
<div class="splash">
<div class="message">ASP.NET Core Reports</div>
Expand Down
22 changes: 0 additions & 22 deletions Views/Shared/_index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,6 @@
}
}
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K73VBT8');</script>
<!-- End Google Tag Manager -->
<link href="~/bundles/main/app.min.css" rel="stylesheet" />

</head>
<body>
<div hidden id="reports-analytics" data-queue="Bold Reports - Demos - ASP.NET Core"></div>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K73VBT8"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
@RenderBody()
<div class="splash">
<div class="message">ASP.NET Core Reports</div>
Expand Down

0 comments on commit b9475e5

Please sign in to comment.