Skip to content

Commit

Permalink
Add Google Analytics tracking code to <head> section
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustapha-Nkhili committed Jul 23, 2024
1 parent c0d1094 commit 4453c2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@

<link rel="canonical" href="https://nkhilicss.web.app/">
<link rel="alternate" hreflang="en" href="https://nkhilicss.web.app/">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H3MFZ4Z8PV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

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

<body class="bg-body">
Expand Down

0 comments on commit 4453c2f

Please sign in to comment.