Skip to content

Commit

Permalink
Merge pull request #2504 from aura-nw/baseline/main_20231011
Browse files Browse the repository at this point in the history
add google tag
  • Loading branch information
nhphuc2411 authored Oct 11, 2023
2 parents e05460b + b39dc19 commit 203b419
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,36 @@
<meta name="twitter:image" content="http://aurascan.io/assets/images/logo.png" />

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<!-- 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-58JW4DFQ');
</script>
<!-- End Google Tag Manager -->
</head>

<body class="mat-typography">
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>

<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-58JW4DFQ"
height="0"
width="0"
style="display: none; visibility: hidden"></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>

<script>
Expand Down

0 comments on commit 203b419

Please sign in to comment.