IP Masking
How to add IP Masking to your Analytics
1. Go to Site Setup
2. Choose Haiku Analytics
3. You need the Tracker Code box. Carefully replace this line of code:
ga('send', 'pageview');
with:
ga('send', 'pageview', {'anonymizeIp': true});
Full details can be found on the Google developers site https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization