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 053e381 commit ba82d7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions Views/Shared/Preview/_index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="@ViewBag.Description" />
<title>@ViewBag.Title</title>
<!-- 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 -->
<script>
function validateBrowser() {
var uaValidate = navigator.userAgent.match(/(MSIE |Trident.*rv[ :])([0-9]+)/);
Expand All @@ -38,12 +27,6 @@
</head>
<body>
<div hidden id="reports-analytics" data-queue="Bold Reports - Demos - ASP.NET MVC"></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 MVC Reports</div>
Expand Down
17 changes: 0 additions & 17 deletions Views/Shared/_index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@
<meta property="og:title" content="@ViewBag.Title" />
<meta name="twitter:card" content="summary_large_image" />
<title>@ViewBag.Title</title>
<!-- 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 -->
<script>
function validateBrowser() {
var uaValidate = navigator.userAgent.match(/(MSIE |Trident.*rv[ :])([0-9]+)/);
Expand All @@ -44,12 +33,6 @@

<body>
<div hidden id="reports-analytics" data-queue="Bold Reports - Demos - ASP.NET MVC"></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 MVC Reports</div>
Expand Down

0 comments on commit ba82d7b

Please sign in to comment.