Hide specific stats boxes in backend/customer pages

funkedbn

New Member
Hi there,

1. What is best practice to hide stats boxes like "Recent activity", "Latest opens" or "Subscribers with most opens" in the customer dashboard/campaign pages for example?

2. Are there any setting options that enable the admin to anonymize personal data from subscribers in statistics? According to the new GDPR (EU data protection law) it is not allowed to store personal data from users in statistics, as far as I was told.

Thank you and best Regards.
 
@Pato Malo -
#1 - You could do it via css... adding a file named style-custom.css in /assets/css/ folder will tell mailwizz to autoload it, then you can simply place css to hide those boxes.
#2 -
According to the new GDPR (EU data protection law) it is not allowed to store personal data from users in statistics
That's not correct. You can do this without any issue. Also, at the time you remove a user from mailwizz, everything related to it gets removed as well, absolutely everything. This is the way mailwizz's database has been created.
 
Back
Top