temporarily removing GA connection

This commit is contained in:
frankknoll
2023-06-10 01:30:50 +02:00
parent 958724be8b
commit 79a11161e6
3 changed files with 11 additions and 8 deletions

View File

@@ -1,11 +1,12 @@
class GoogleAnalytics {
static click_batchcode(batchcode) {
gtag(
'event',
'click_batchcode',
{
'batchcode': batchcode
});
// FK-FIXME: reactivate
// gtag(
// 'event',
// 'click_batchcode',
// {
// 'batchcode': batchcode
// });
}
}

View File

@@ -9,6 +9,7 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>How Bad is My Batch?</title>
<!-- Google tag (gtag.js) -->
<!-- FK-FIXME: reactivate
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
<script>
window.dataLayer = window.dataLayer || [];
@@ -16,7 +17,7 @@
gtag('js', new Date());
gtag('config', 'G-ERHYDH4P64');
</script>
</script> -->
<!-- Bootstrap -->
<link href="gentelella/vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />

View File

@@ -6,6 +6,7 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
<!-- Google tag (gtag.js) -->
<!-- FK-FIXME: reactivate
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
<script>
window.dataLayer = window.dataLayer || [];
@@ -13,7 +14,7 @@
gtag('js', new Date());
gtag('config', 'G-ERHYDH4P64');
</script>
</script> -->
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
<link href="batchCodeTable.css" rel="stylesheet" type="text/css" />
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css" />