Skip to content

Commit

Permalink
replace google analytics with simple analytics (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Nov 12, 2024
1 parent 5f997df commit ee3f1b5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions resources/views/layout/layout_base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,7 @@

</body>

<script>
ga = function () {
ga.q.push(arguments)
};
ga.q = [];
ga.l = +new Date;
ga('create', 'UA-46082345-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
<!-- 100% privacy-first analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</html>

0 comments on commit ee3f1b5

Please sign in to comment.