Skip to content

Commit

Permalink
ADD gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKulhanek authored Nov 20, 2022
1 parent 8830f11 commit 8abd81e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
<!--script src="scripts/bodylight.bundle.js" data-main="aurelia-bootstrapper"></script-->
<!--script src="https://cdn.jsdelivr.net/npm/bodylight-components/dist/bodylight.bundle.js" data-main="aurelia-bootstrapper"></script-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

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

gtag('config', 'G-BQLQED00TM');
</script>
</head>
<body aurelia-app="webcomponents">
<header class="w3-bar" style="position: sticky;top: 0;background:#4a4a4a;color:white;">
Expand Down

0 comments on commit 8abd81e

Please sign in to comment.