Skip to content

Commit

Permalink
feat: add Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Jan 28, 2024
1 parent f4fd217 commit 55c32f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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-WGC6Z2DF');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<title>Open Source With Pradumna</title>
<link rel="icon" type="image/png" href="./favicon.png" />
Expand Down Expand Up @@ -50,6 +60,10 @@
/>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGC6Z2DF" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"></div>
<script>
window.$docsify = {
Expand Down

0 comments on commit 55c32f0

Please sign in to comment.