algo with detection of low uniq IP?

Post Reply
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

algo with detection of low uniq IP?

Post by Fett »

algo with detection of low uniq IP?

How do I implement into algo that algo detects traders with very low % of uniq IP versus total ins and total clicks. These are chaters who send their traff from only couple of IPs!!!!

and yet, algo gives highest priority to them!!!

I manually go now and delete, blacklist traders where I see that it sends me shitloads of traffic, shitloads of clicks and uniqs and then I go check IP and it sends me from 2-3 IPs!!! Thanks to scjs IP detection feature :-)

but algo should be able to detect this also. Its very nice you have this auto disable feature for low IP uniqueness. Smart CJ = Smart :-)
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: algo with detection of low uniq IP?

Post by Fett »

incoming IP count versus IP count sent to ttrader

incoming_IP_count / outgoing_IP_count

please possible to realize this as a variable? as a "eval" variable so that I can put in my algo

I would straight ahead use it as multiplier, full weight

example:


priority point: 563

but shit incomingIP to outgoingIP: 10/100 = 0.1

563 * 0.1 =56.3

final score = 56.3


:-)
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: algo with detection of low uniq IP?

Post by Fett »

by the way I was under the impression that

unique in means a hit in fro a unique IP


but I am clearly wrong as I look IP stats, some trades unique in = 100,

then I check IP, unique IP number = 15


so then what is unique in?
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: algo with detection of low uniq IP?

Post by Fett »

ok correction, and tell me if I am right:


incoming IPs = means IPs that did not make any clicks


clicks IPs = obviously, IPs that clicked


outgoing IPs = obviously again, outgoing IPs




so int his case, a cheater would be who sends lots of clicks under "clicks IPs" column, but only few uniq IPs there , low count of IPs

then the more IPs are there in this column (they all send clicks too), the bigger is the value of the trade, if "effect" is taken into account


then please is there a variable for this, "clicks IPs" count in last 24 hrs

8-)
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: algo with detection of low uniq IP?

Post by Fett »

so unique in means:


sum of unique ins that either did or did not make a click?

if so,

It would be extremely good to have a variable (eval style) that

only counts uniqs that actually made at least one click

like:

uniqprod or whatever

because these are the actually valuable surfers,

I want to base my algo on

uniq AND productive ins.

I dont care about uniq in if it does not make clicks
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: algo with detection of low uniq IP?

Post by admin »

Anticheat

Unique IPs (disable trade if % of unique ips less then)

"unique in means a hit in fro a unique IP" - no, otherwise all users with the same proxy = 1 user


incoming IPs = means IPs that did not make any clicks - that just came, doesn't matter weather they did any clicks or not


clicks IPs = obviously, IPs that clicked - yes


outgoing IPs = obviously again, outgoing IPs - sent to this trader
Don't forget to run script update
Post Reply