summaryrefslogtreecommitdiff
path: root/resources/views/modules/google-analytics/snippet.phtml
blob: e55b77b5289768b009c4bce12cd0eea475e3da38 (plain)
1
2
3
4
5
6
7
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script>
    window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};
    ga.l=+new Date;
    ga("create", "<?=  e($GOOGLE_ANALYTICS_ID ?? '') ?>", "auto");
    ga("send", "pageview", <?= json_encode($dimensions) ?>);
</script>