Geo banner ad script?

King.

New member
Dec 26, 2010
613
6
0
I'm looking for a banner ad management script or tool where I can display ads based on the users country. Preferably something which I can log in to upload banners/urls. Anyone have recommendations?
 


Also, needs to allow dynamic banners using geolocation data. So for example the banner would be able to display your location as part of the text in the banner.
 
only have bout tree fiddy

on a serious note there must be some script for this out there. Need the banner to dynamically insert local city into it like here:
HTML:
http://ads.mygeoads.com/GeoAds/728x90-6-34-4.jpg
I tried using mygeoads but their interface is dead.

If anyone knows a tool or can make one for 100 bucks lemme know.
 
Tried openx with magic macros plugin, its ok but doesn't work on a lot of browsers after testing it out and after spending a day trying to get it working.

Will prob just get a freelancer to do this.
 
Not sure if you want just banners. but we have geotargetting built into our new version. Would apply to showing diff pages/offers based off users location.
 
Hmm, I've tried Epom adplatform recently. Nice tool. Many features, including geo targeting. But it's kinda start-up... so I've got some troubles with support... but first of all it's free of charge, not sure if it's gonna be forever, but so far it's free.
 
it's called banner ads management, u may found them by google, paid or free version
 
Good point
 
Download the free Maxmind database to do a geoip lookup in php then just:

if ($countrycode == 'UK') {
echo '<a href="ukoffer.com"><img src="mybanner1.jpg"></a>';
$customtext = '<h1>This banner is for the Brits</h1>';
} elseif......


You can knock up a front end if you like to upload banners etc buts its more faf.