blazor-analytics icon indicating copy to clipboard operation
blazor-analytics copied to clipboard

Would need a feature to set Anonimize IP to true

Open JeroenBer opened this issue 3 years ago • 3 comments

JeroenBer avatar Jan 08 '22 17:01 JeroenBer

Hi, I'm not sure what you mean here but I'm happy to review PRs!

isc30 avatar Jan 13 '22 10:01 isc30

Excuse my brievity. I would like to do something like this:

gtag('config', '<GA_MEASUREMENT_ID>', { 'anonymize_ip': true });

See https://developers.google.com/analytics/devguides/collection/gtagjs/ip-anonymization

It's probably related to https://github.com/isc30/blazor-analytics/issues/16

Anonymize ip is very important to be GDPR compliant.

JeroenBer avatar Jan 18 '22 18:01 JeroenBer

Seems easy to implement. Just change the js and set a parameter when configuring

CrahunGit avatar Jan 18 '22 18:01 CrahunGit