mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
Merge pull request #223 from bigchaindb/feature/ga-anonymization
set GA IP Anonymization
This commit is contained in:
commit
7588e804a9
@ -47,6 +47,9 @@ if (!_dntEnabled()) {
|
||||
});
|
||||
{% endif %}
|
||||
|
||||
// IP Anonymization
|
||||
ga('set', 'anonymizeIp', true);
|
||||
|
||||
// Send initial pageview
|
||||
ga('send', 'pageview');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user