Skip to content

Commit

Permalink
Merge branch 'issue/74-ga-anon' into 'master'
Browse files Browse the repository at this point in the history
Anonymized ip fixes docker-library#74

Closes docker-library#74

See merge request static-websites/techrangers-website!54
  • Loading branch information
bagofarms committed May 23, 2018
2 parents a862366 + 33f0b07 commit 028d64c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/google-analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', '{{ site.google_analytics }}', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');

</script>
Expand Down

0 comments on commit 028d64c

Please sign in to comment.