Looking for high paying, pop under ad network

theqlogic87

Registered Member
Joined
Mar 30, 2014
Messages
93
Reaction score
18
I currently use PropellerAds. Looking for something else any recommendations would be appreciated thank you.
 
Hello! We buy CPC and CPM traffic. No hold, accept almost geos. PM me for details.
 
I tried it for few hours and i am not satisfied by the impressions count. I got around $1.5 CPM for my traffic.
 
Wow Popcash is great. But unfortunately, had to remove it because the pop ups were non stop on mobile phones. I contacted them and was told they couldn't change the frequency of the pop unders.

Now I'm using Popads, tho Im not making as much as with Popcash, I will be sticking with Popads since their pop unders pop up in moderation (supposedly 1 time every 24 hours/ip) Looks like I'll be paying my servers with Popads for a while :)
 
Wow Popcash is great. But unfortunately, had to remove it because the pop ups were non stop on mobile phones. I contacted them and was told they couldn't change the frequency of the pop unders.

Now I'm using Popads, tho Im not making as much as with Popcash, I will be sticking with Popads since their pop unders pop up in moderation (supposedly 1 time every 24 hours/ip) Looks like I'll be paying my servers with Popads for a while :)

That's pretty weird (mine always waits a day). You could fix that with some javascript and PHP if you actually do like them better. Your server must be running php for this.

First include jquery if you haven't already
Code:
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
Then put this where you would normally put your popunder script and change the uid and wid variables to your own.
Code:
<?php if(!isset($_COOKIE['dailypopunder'])){ ?>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script type="text/javascript">
    $(document).on('click touchend', function(){ $.cookie('dailypopunder', 'dailypopunder', { expires: 1 }); });
    var uid = '00000';
    var wid = '00000';
</script>
<script type="text/javascript" src="http://cdn.popcash.net/pop.js"></script>
<?php } ?>

This should set a cookie to expire in one day when the user clicks on the page (which should set off the popunder). If users have the cookie, then the popunder won't load. I'm now using this on my site too.
 
Last edited by a moderator:
I tried the script and it did work!, but my earnings aren't increasing much?
 
I tried the script and it did work!, but my earnings aren't increasing much?

I updated the post above to use php to detect the cookie, but I don't know if your server uses that. Loading the javascript asynchronously seemed to mess up the popunder.
 
Last edited by a moderator:
And some for mobile apps (Android)? It is not easy to find a good CPC (PPC) network.
 
Popads work well for me.
i heard popcash, adcash good too but haven't try them yet.
 
Back
Top