I want to filter out my own ip address from the piwik statistics.
The best thing could be if the ip address is determined on the client-side and sent to a piwik plugin which then filters out all entries with this ip address.
Is there already a plugin for that or another solution?
Thank you for your answers in advance!
With best regards
Inno
We originally planned to include this feature in 0.5.5, but now plan to implement this for 0.5.6 to (hopefully) be released near the end of this month/beginning of next.
Yes, that would be great!
Do you know if one will be also able to add multiple ip addresses to be filtered out or will be only one single ip address possible?
filtering an IP address works fine in the 0.6RC1.
Pls. consider using PHP variable _ENV[“REMOTE_ADDR”] as an filter option, too.
My ISP forces me to reconnect every 24 hours so that I get a new IP address every day…