Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Anonymize IPs when using Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
albanbochsler authored and matthiask committed Jun 12, 2019
1 parent bbf77bb commit ffb8803
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', '{{ id }}', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
Expand Down

0 comments on commit ffb8803

Please sign in to comment.