mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36: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 %}
|
{% 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