daux.io/templates/partials/google_analytics.php

7 lines
263 B
PHP
Raw Normal View History

2015-04-23 10:24:50 +02:00
<script>
2020-04-24 23:06:41 +02:00
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
2015-04-23 10:24:50 +02:00
ga('create', '<?= $analytics ?>', '<?= $host ?>');
ga('send', 'pageview');
</script>
2020-04-24 23:06:41 +02:00
<script async src='https://www.google-analytics.com/analytics.js'></script>