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
1 changed files with 3 additions and 0 deletions

View File

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