temporarily disabling GA
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
class GoogleAnalytics {
|
class GoogleAnalytics {
|
||||||
|
|
||||||
static click_batchcode(batchcode) {
|
static click_batchcode(batchcode) {
|
||||||
gtag(
|
// FK-FIXME: reactivate
|
||||||
'event',
|
// gtag(
|
||||||
'click_batchcode',
|
// 'event',
|
||||||
{
|
// 'click_batchcode',
|
||||||
'batchcode': batchcode
|
// {
|
||||||
});
|
// 'batchcode': batchcode
|
||||||
|
// });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||||
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
|
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<!-- FK-FIXME: reactivate
|
||||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
|
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
@@ -12,7 +13,7 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'G-ERHYDH4P64');
|
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="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="batchCodeTable.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css"/>
|
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user