Add analytics
This commit is contained in:
parent
6cc70e3982
commit
8e1a050be4
1 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,16 @@
|
|||
|
||||
<link rel="stylesheet" href="/dist/css/app.css">
|
||||
<script type="module" src="/dist/scripts/app.js"></script>
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-18G0H58X77"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-18G0H58X77');
|
||||
</script>
|
||||
</head>
|
||||
<body class="bg-gradient-to-r from-primary to-primary-light">
|
||||
<div id="subnet-app"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue