reactivating GA

This commit is contained in:
frankknoll
2023-04-16 21:51:02 +02:00
parent 6cc39d8a28
commit 6611bd6e8d
2 changed files with 10 additions and 11 deletions

View File

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

View File

@@ -9,15 +9,14 @@
<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-TODO: wieder aktivieren: --> <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 || [];
function gtag() { dataLayer.push(arguments); } function gtag() { dataLayer.push(arguments); }
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-ERHYDH4P64'); gtag('config', 'G-ERHYDH4P64');
</script> --> </script>
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="gentelella/vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" /> <link href="gentelella/vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<!-- Font Awesome --> <!-- Font Awesome -->
@@ -49824,7 +49823,8 @@
<dt>Last updated:</dt> <dt>Last updated:</dt>
<dd id="last_updated">April 07, 2023</dd> <dd id="last_updated">April 07, 2023</dd>
</dl> </dl>
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch" target="_blank">Fork me on GitHub</a></span> <span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch" target="_blank">Fork me on
GitHub</a></span>
<div class="clearfix"></div> <div class="clearfix"></div>
</footer> </footer>
</div> </div>