Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202

Prosper202 Counting MSN Bot As "Real Clicks" When Direct Linking... Ruining my Data (7)


08-11-2012 04:40 PM #1 js26 (Member)
Prosper202 Counting MSN Bot As "Real Clicks" When Direct Linking... Ruining my Data

MSN Bot has crawled my LP ~15-20 times and each time it's showing up as a real click in Prosper for a different keyword.

Any idea how to fix this?


08-11-2012 05:59 PM #2 nusolutionz (Veteran Member)

hmm normally that doesn't happen..is it from the same ip?


08-11-2012 08:50 PM #3 Mr Baffoe (Veteran Member)

For the current P202 you can either ignore it or modify the database to mark it as a filtered click.

This is no longer an issue in hosted Tracking202 with the new bot/crawler filter

http://www.youtube.com/watch?v=fF9V968HGJg


08-11-2012 09:47 PM #4 js26 (Member)

Quote Originally Posted by Mr Baffoe View Post
For the current P202 you can either ignore it or modify the database to mark it as a filtered click.

This is no longer an issue in hosted Tracking202 with the new bot/crawler filter

http://www.youtube.com/watch?v=fF9V968HGJg
Is there a way to block an IP range?

Quote Originally Posted by nusolutionz View Post
hmm normally that doesn't happen..is it from the same ip?
They all seem to be 157.55.98.XX.


08-12-2012 01:13 AM #5 zealous (Member)

I tried adding their IP range to my database but couldn't figure out how to do it properly. Was having trouble converting the IP range to the way propser reads it.


08-12-2012 02:39 AM #6 Mr Baffoe (Veteran Member)

Edit connect2.php if you are on P202 1.7.2
/*new msn*/ if (($ip_address >= -1657405440) and ($ip_address <= -1656946689)) { return true; }

this will block 157.54.0.0 - 157.60.255.255 which all belong to Microsoft

The ip is range format prosper202 uses is created with ip2long($ip_address);


08-12-2012 04:53 AM #7 js26 (Member)

Quote Originally Posted by Mr Baffoe View Post
Edit connect2.php if you are on P202 1.7.2
/*new msn*/ if (($ip_address >= -1657405440) and ($ip_address <= -1656946689)) { return true; }

this will block 157.54.0.0 - 157.60.255.255 which all belong to Microsoft

The ip is range format prosper202 uses is created with ip2long($ip_address);
This trimmed down the list quite a bit, but still around half of the clicks are still shown as "real" with IP of 157.55.100.40, 157.55.98.91, 157.55.98.8, etc

EDIT: Seemed to slowly take effect, and it still occasionally shows bots, but it's better.


Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202