Skip to content

Commit

Permalink
Add google analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rautio committed Nov 6, 2023
1 parent e68444b commit 49c3b11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@
</noscript>
<title>Crontext</title>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1Q8NC2TRKG"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'G-1Q8NC2TRKG');
</script>
<body>
<div style="height: 60px; width: 100%">
<app-header></app-header>
Expand Down

0 comments on commit 49c3b11

Please sign in to comment.