Skip to content

Commit

Permalink
add google analytics tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Aug 2, 2023
1 parent 58857b4 commit 45401be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
<meta content="Marigold - TzStamp" property="twitter:title">
<meta content="Trusted timestamping on the Tezos blockchain." property="twitter:description">
<title>TzStamp</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CGBQFGSQMN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CGBQFGSQMN');
</script>
<script defer type="module" src="app.js"></script>
<link rel="stylesheet" href="main.css" />
<link rel="canonical" href="https://tzstamp.io/">
Expand Down

0 comments on commit 45401be

Please sign in to comment.