Home > Technical & Creative Skills > Programming, Servers & Scripts

Any tool for own pop unders / banner rotator? (6)


10-19-2018 09:19 AM #1 qkvaterpipe (Member)
Any tool for own pop unders / banner rotator?

Hi there, i had website that had a lot of search traffic, and want monetize it by nutra offers trought own popunders and rotating banners.


Made own system for popunders and rotating banners is easy, but i am thinking about some targeting. Otherwise i will just rotate random offers, what is not that effective. I am not depending on mobile / desktop or carrier.


Main target is country. This should be also possible to create, but i am looking for some service / tool, wich already provide this.


Other things that i want target is ( male / female, and age ) - but i dont think is possible, only idea is some welcome popup where traffic must set ( male / female and age ), but looking for smarter way.


Is there any tool, that will help me detect visitor ( country, age, sex ) and fire popunders and show banner on that specific criteria?


Thank you for any ideas.


10-19-2018 09:38 AM #2 matuloo (Legendary Moderator)

To properly handle this, you would need an ad server ... that would allow you to target by all the basic parameters like GEO, language, device ... pretty much everything that can be detected by the server.

As for age or sex, that's not possible to detect without knowing more about the user ... platforms like FB can do this, since they have the data but it's impossible to detect this from any IP or browser data.

Simple GEO detection can also be coded rather easily, you will need some kind of GEO DB installed on the server you are using, maxmind for example, then any decent coder can put the code together for you.


10-19-2018 09:56 AM #3 erikgyepes (Moderator)

If it would be just normal popups/popunders you could point them simply to your tracker and do the traffic filtering on the tracker side.

But as you also need banners, your best bet is an ad server solution.


10-19-2018 10:15 AM #4 matuloo (Legendary Moderator)

Quote Originally Posted by erikgyepes View Post
If it would be just normal popups/popunders you could point them simply to your tracker and do the traffic filtering on the tracker side.
Yup, this would be an option too ... the OP just needs to create GEO specific pages and use them as "offers" in the tracker. And launch the campaign url in a POP script on the site. Simple and will do the job.


10-22-2018 03:21 PM #5 edangit (Member)

As for age or sex, that's not possible to detect without knowing more about the user ... platforms like FB can do this, since they have the data but it's impossible to detect this from any IP or browser data.

Some companies detecting (estimating with high probability)your gender based on your cookies though I'm not sure you have this algo so reachable


10-22-2018 06:05 PM #6 matuloo (Legendary Moderator)

Quote Originally Posted by edangit View Post
Some companies detecting (estimating with high probability)your gender based on your cookies though I'm not sure you have this algo so reachable
True, if they have a system that can read cookies of third parties, they might find some info about the users in there, but don't have any personal experience with this myself, so can't really comment or recommend anything that would be able to handle this.


Home > Technical & Creative Skills > Programming, Servers & Scripts