What Are Such Ads Called?

jocadib922

Junior Member
Joined
May 31, 2022
Messages
144
Reaction score
24
Hi, I have noticed several sites where clicking anywhere on the page opens the page in a new tab, and meanwhile the earlier page redirects to an ad. One such example is on eleceed . net site.

What are such types of ads called?
 
They are on click ads or popunders. If you want to learn more about them you can check a few specialized ad networks like PopCash, PropellerAds or PopAds.
 
dont't know the exact name for it but you should be able to do this with few lines of code that you will likely find on stackoverflow for free. and have the page show anything you want without having to depend on a network/platform to do it for you. try this out https://stackoverflow.com/questions/32423689/open-specific-link-in-new-tab-on-pageload

i do similar thing on most of my sites with a script called "back button hijacker". really good simple trick to boost your CR. you can find it on stackoverflow too.

there's other scripts that when your mouse moves outside of browser window, triggers a pop-up. don't see that one anymore. most people these days do the two i mentioned previously.
 
Back
Top