1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-10 20:00:25 +02:00

Merge pull request #223 from bigchaindb/feature/ga-anonymization

set GA IP Anonymization
This commit is contained in:
Matthias Kretschmann 2018-04-17 18:28:44 +02:00 committed by GitHub
commit 7588e804a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@ if (!_dntEnabled()) {
});
{% endif %}
// IP Anonymization
ga('set', 'anonymizeIp', true);
// Send initial pageview
ga('send', 'pageview');