chore(*): Add google analytics

This commit is contained in:
Josh Creek
2024-07-09 09:57:03 +01:00
parent 7bf6ba5fe7
commit 9347f4fb96
+25 -4
View File
@@ -1,6 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YEGQWDCN08"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-YEGQWDCN08');
</script>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon-32x32.png" />
<link rel="manifest" href="/site.webmanifest" />
@@ -9,9 +21,15 @@
name="description"
content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other."
/>
<meta property="og:title" content="Estimation Poker - A free scrum estimation planning poker tool" />
<meta
property="og:title"
content="Estimation Poker - A free scrum estimation planning poker tool"
/>
<meta property="og:url" content="https://estimationpoker.jcreek.co.uk" />
<meta property="og:description" content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other." />
<meta
property="og:description"
content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other."
/>
<link rel="canonical" href="https://estimationpoker.jcreek.co.uk" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -57,8 +75,11 @@
background-color: var(--opposite-background-color);
}
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5812114745839139"
crossorigin="anonymous"></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5812114745839139"
crossorigin="anonymous"
></script>
</head>
<body
data-sveltekit-preload-data="hover"