Home > Paid Traffic Sources > POP / PPV / Redirect

Pop bots (24)


08-10-2016 04:55 PM #1 enginefish (Member)
Pop bots

Hi all -
Been hearing that some pop channels have bot traffic and should be blocked. How to identify? Are they:

- low ctr (i.e. sub 1% when average is 5%)
- high ctr (i.e. > 50% when average is 5%)
- both

Gut tells me that its low ctr, but bots might be clicking through LPs

enginefish


08-10-2016 05:33 PM #2 mrbraun (Moderator)

Hello! The rumors about it are greatly exaggerated. Yes, pop networks have bots but not a lot (depends on geo and network). I identify bots using CTR.
If my average CTR is 20%, I will block all sites that:
Have 30 clicks and:
1) Have CTR = Average ctr/3. So If I have 20% average CTR, I will block sites with CTR <6.6% (20/3=6.6);
2) have CTR = Average ctr*3. So If I have 20% average CTR, I'll block sites with CTR >60% (20*3=60).
Sometimes I'll find a good site with a very low or a very hight CTR, but it's often just 1 good site among 300 bad sites. I also block sites with 95%+ CTR after 10 clicks.


08-10-2016 05:41 PM #3 simon_89 (Member)

Quote Originally Posted by mrbraun View Post
Hello! The rumors about it are greatly exaggerated. Yes, pop networks have bots but not a lot (depends on geo and network). I identify bots using CTR.
If my average CTR is 20%, I will block all sites that:
Have 30 clicks and:
1) Have CTR = Average ctr/3. So If I have 20% average CTR, I will block sites with CTR <6.6% (20/3=6.6);
2) have CTR = Average ctr*3. So If I have 20% average CTR, I'll block wisest with CTR >60% (20*3=60).
Sometimes I can find a good site with very low or very hight CTR, but it can be 1 good site and 300 bad sites. I also block sites with 95%+ CTR after 10 clicks.
Do you use any scripts to measure this? I'm assuming your're using this on your initial testing phase.


08-10-2016 05:44 PM #4 mrbraun (Moderator)

Quote Originally Posted by simon_89 View Post
Do you use any scripts to measure this? I'm assuming your're using this on your initial testing phase.
Yes. I use a script for Pixelk to collect these sites. Or you can also use an excel.


08-10-2016 06:07 PM #5 enginefish (Member)

Thanks guys - on a related note, whats a good CTR for a pop lander?


08-10-2016 06:17 PM #6 mrbraun (Moderator)

Quote Originally Posted by enginefish View Post
Thanks guys - on a related note, whats a good CTR for a pop lander?
Depends on Lander+GEO+Vertical+Source. There are no average numbers. It can be 5% and 70%


08-10-2016 06:48 PM #7 vortex (Senior Moderator)

Why not just run a bot test to find out?

These threads will tell you everything you need to know:

http://stmforum.com/forum/showthread...n-Any-Campaign

http://stmforum.com/forum/showthread...ut-Bot-Traffic

Good luck!


Amy


08-10-2016 08:06 PM #8 azureus (Member)

You can make your own solution, e.g. track all clicks on your website - you can integrate it with Google Analytics or just save it into a database. You can also try using things like mouseflow.com which can help to some extent.


08-10-2016 08:15 PM #9 pain2k (Veteran Member)

Invisible 1px iframe to a generic lp or something with a call to action. If it get's click outs. Definitely bots.


09-08-2016 01:37 PM #10 oliverde (Member)

Quote Originally Posted by pain2k View Post
Invisible 1px iframe to a generic lp or something with a call to action. If it get's click outs. Definitely bots.
pain2k do you have a link or something i can learn more about how to setup this ? Thanks


09-08-2016 02:22 PM #11 pain2k (Veteran Member)

HTML Code:
<iframe src= "http://mytrackingurl.tld" width= "1" height= "1"></iframe>
</body>
</html>
Replace tracking url to a dud campaign with a link out.


09-08-2016 09:58 PM #12 vortex (Senior Moderator)

I just made an excel spreadsheet that will analyze your placement data, and make suggestions on the minimum and maximum CTRs for optimal profits:

http://stmforum.com/forum/showthread...t-Cutting-Tool

Basically, the tool will tell you that if had cut all placements below a certain CTR and/or above a certain other CTR, you would have achieved the maximum amount of profits. (In this sense it's kind of a back-testing tool.)

The more placement data you have, the more accurate the tool will be. Also, because CTR is dependent heavily on the lander and not just the percentage of bot traffic, make sure you only include placement data from a single lander (ideally your best lander).

If you want to give this tool a test, be sure to make a note of the placements you're cutting, so that if results are less-than-satisfactory, you can reactivate those placements.



Amy


09-09-2016 09:56 AM #13 caurmen (Administrator)

On the same line as pain2k's suggestion, a close-to-invisible link will also show up bot traffic.

Code:
<a href="gohereifyou'reabot.com" style="font-size: 2px; color: #one_shade_off_background; position: absolute; left: -900px;">click here if you're a toaster!</a>
Note - I always use a color slightly different to the background color, but not visibly different. That might be paranoia, but if I was writing a clickbot I'd definitely look for and avoid links with display:none or identical color to the background.

On that note: the best bot defences are in layers. Don't just use one detection trick - use four or five. Clever bots will probably get through a lot of detectors, so defence in depth is the best strategy.


11-13-2016 09:47 PM #14 ahmdfawzy (Member)

Quote Originally Posted by caurmen View Post
On the same line as pain2k's suggestion, a close-to-invisible link will also show up bot traffic.

Code:
<a href="gohereifyou'reabot.com" style="font-size: 2px; color: #one_shade_off_background; position: absolute; left: -900px;">click here if you're a toaster!</a>
Note - I always use a color slightly different to the background color, but not visibly different. That might be paranoia, but if I was writing a clickbot I'd definitely look for and avoid links with display:none or identical color to the background.

On that note: the best bot defences are in layers. Don't just use one detection trick - use four or five. Clever bots will probably get through a lot of detectors, so defence in depth is the best strategy.
excuse me , i didn't understand you , can you please explain what is the purpose of this code ? how does it let me know bots traffic ?


11-13-2016 10:21 PM #15 il3n1n (Member)

Quote Originally Posted by ahmdfawzy View Post
excuse me , i didn't understand you , can you please explain what is the purpose of this code ? how does it let me know bots traffic ?
Only bot can click in invisible link.


11-15-2016 10:14 PM #16 ahmdfawzy (Member)

Quote Originally Posted by il3n1n View Post
Only bot can click in invisible link.
thanks a lot , i have made one word in every landing page hiberlink with and collect a lot of IPs that clicked on those links , what is the next step ?
how can it help me ? the pop traffic souses that i use can't exclude by IPs


11-15-2016 11:25 PM #17 matuloo (Legendary Moderator)

You need to analyze what placements this bot clicks are coming from. In case a placement is sending you a WAY TO HIGH % of bots, you cannot profit on it, no matter what you do. You want to pause such placements at the traffic source.


11-16-2016 12:11 AM #18 andy_d (Veteran Member)

Something you guys failed to mention, is the use of fake ISPs aka datacenters, colocation companies, cloud hosting like Amazon, Digital Ocean, Linode and a tonne of others.

Check your ISP data and do a match up with the zone-id's to identify the fraudsters. I've managed to do so with native and pop. It's another method of identification.

For example, in France, OVH SAS is a common one, in Canada "Garrision Networks LLC" seems to be a favorable one for bots.


11-16-2016 01:43 AM #19 erikgyepes (Moderator)

^^^ Yeah, if you have ability to do IP range targeting you can block these out as well if you know their ranges.


11-16-2016 05:21 AM #20 vitavee ()

And if you don't know their ranges, you can find them on bgp.he.net

For example, for OVH here are all their declared ranges: http://bgp.he.net/AS16276#_prefixes


11-16-2016 10:28 AM #21 pain2k (Veteran Member)

You will find a lot of datacenters, colocation and cloudhosting companies for sure on pops. I normally filter by ISP first for those then check the ip list I have on bots to see if I missed any. It's rough though because it's so much and there are new ones regularly. I think the best thing is to actually use a database like NoipFraud connected by API to validate those from your tracker and send a report to traffic source after.

Current self-hosted trackers should probably look at such an implementation.


11-16-2016 11:38 AM #22 wonnick (Member)

Quote Originally Posted by pain2k View Post
HTML Code:
<iframe src= "http://mytrackingurl.tld" width= "1" height= "1"></iframe>
</body>
</html>
Replace tracking url to a dud campaign with a link out.
It wont work i guess, because iframe will render it directly and it will count as a click ?


11-16-2016 12:48 PM #23 pain2k (Veteran Member)

That's why it should be to a lp with a cta click out. The invisible link method by caurmen above is better too.


11-17-2016 12:20 AM #24 erikgyepes (Moderator)

Current self-hosted trackers should probably look at such an implementation.
Exactly, this should be part of trackers, but traffic sources as well.
Fortunately some sources realised this and started adding "Filter Proxy/VPN" options to the campaign creating process.


Home > Paid Traffic Sources > POP / PPV / Redirect