Skip to content

Commit

Permalink
added Google tag (gtag.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinturaj committed Dec 15, 2024
1 parent 8551b72 commit c335517
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@
content="text compare, text editing, compare texts, editing tool, side by side comparison,diff checker, Diffchecker, Compare text online to find the difference, Free online text compare tool, Online Text Compare" />
<meta name="author" content="Rintu Raj.C" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5FCX2C612K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-5FCX2C612K');
</script>
</head>

<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>

</body>

</html>

0 comments on commit c335517

Please sign in to comment.