mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
set GA IP Anonymization
This commit is contained in:
parent
a2ef3ebfe1
commit
f561233360
@ -47,6 +47,9 @@ if (!_dntEnabled()) {
|
|||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
// IP Anonymization
|
||||||
|
ga('set', 'anonymizeIp', true);
|
||||||
|
|
||||||
// Send initial pageview
|
// Send initial pageview
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user