I would like to see the ability to filter out IP addresses that I do not want tracked. The ability to enter in a full IP or class of IP's would enhance this product to no degree.
Keep on keepin on!
I would like to see the ability to filter out IP addresses that I do not want tracked. The ability to enter in a full IP or class of IP's would enhance this product to no degree.
Keep on keepin on!
You can setup a temporary solution by not showing the Woopra Javascript snippet to people having that IP or range.
Are you using any dynamic html processor? (php, jsp, asp, cf...)
I to want the ability to filter out IP adresses. My stats is full of my visits to my site, not very informative about my visitors if I'm in the stats to.
Same request by me.
I suppose adding this feauture must have priority because the webmaster/blogger does want to see/have the stats about the visitor behaviour (so not 'polluted' with his own bevahiour).
Yes, same request here - I'd like to have my visits segmented out or excluded completely.
Agreed. The ability to filter out my own IP would make this amazing application perfect.
I'm totally agree too
Add my vote to the ability to filter IP addresses. I'm running a Word Press blog and it would probably be just a matter of adding a small amount of PHP code to the plugin to not send data when a specific IP address is encountered.
Otherwise, Woopra has to be the coolest analytics program I have ever seen!
Add my vote for this too.
Yes, please make this a priority feature upgrade.
Thanks
Add my vote for this too.
I'm fairly certain this is a priority for almost the entire userbase. There is an existing workaround, but it's sort of annoying to set up - Please make it a feature.
Me too! I love this application, but I can't start relying on it until I can filter out the different IP address I work on my site from. Please do this soon, because I would love to transfer completely.
Wooo! too many voting YES!
Okay people, we'll have this implemented in the coming release :)
Add my vote to this too as a minimum.
Hey, just had an <EXTRA> idea ... how difficult would it be to grab the IP address of the client(s) running Woopra, and automatically exclude them from the stats if ticked in the client to always do so!? How would that ROCK man! :-)
Marky_UK
I support this demand ! And thanks a lot, you're building the best tracking app so far :)
as Elie said, you can easily filter IP adresses, for example in PHP with that kind of code:
<?php if ($_SERVER['REMOTE_ADDR'] != "YOUR_IP_ADRESS"){ ?>
<script type="text/javascript">
var woopra_id = 'YOUR_WOOPRA_ID';
</script>
<script src="http://static.woopra.com/js/woopra.js"></script>
<?php } ?>
I've made a rough 'n' ready hack to the Wordpress plugin to prevent logged in Administrators showing the script code. If anyone wants to use it in the meantime it's here:
Wahoo that is far better than mine :)
Thank you !
edit: There seems to be a bug in your plugin...Look:
http://www.aixo.fr works fine, but http://aixo.fr gives a wordpress header error...
Warning: Cannot modify header information - headers already sent by (output started at /home.10.23/aixoanka/www/wp-content/plugins/woopra.php:155) in /home.10.23/aixoanka/www/wp-includes/pluggable.php on line 689
yeah this is a definate, its annoying seeing your own visits you tend to forget that your going on your website aswel
If you are on a WordPress blog and using the Woopra WordPress Plugin, your admin IP visits would be not seen in the stats. However, a lot of our testers have few visitors, so tracking themselves is an important part of testing. They need to see themselves on their test blogs in order to put Woopra to the full test.
Is there still no IP filtering?
IP Filtering - NOW! LOL! Here's my dilemma: We use Webwasher within organization and have customer service and tech support staff accessing our site. Webwasher restricts site access internally (porn, sports, MySpace, Facebook, etc.). According to my LAN manager, Woopra traffic is pushing the Webwasher box over the edge. Anything you guys could do speed up an IP filtering featur would be greatly appreciate.
Thanks,
~Lance
You must log in to post.