Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feature/add-google-analytics' into 'master'
Browse files Browse the repository at this point in the history
adding google analytics tracking, thanks Nellie

See merge request all-staff/hashiqube!148
  • Loading branch information
Riaan Nolan committed Feb 17, 2023
1 parent d452661 commit 6e9705f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
--sidebar-padding: 0 5px;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158077964-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-158077964-1');
</script>
</head>
<body>
<div class="header">header</div>
Expand Down

0 comments on commit 6e9705f

Please sign in to comment.