mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
set GA IP Anonymization
This commit is contained in:
parent
a2ef3ebfe1
commit
f561233360
@ -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