Finding an Ad Management System?
aagha asks: "I'm working for a very small, three-person startup in Athens, Greece (with a dwindling budget), trying to create the first real, full-featured tourism website for this country. While we have our home-grown Java-based Content Management System up and running and our site working fairly smoothly, we're having one heck of a time finding an ad management system to to work with our system. We have URL's which contain params to build our pages dynamically and we can't find a solution to work with our JSP's to serve ads targeted by category and or article. I know that I'm not the only person writing software for a JSP site (uhhh, or am I?). I'm curious to know what others have done to meet their advertisement serving needs."
not search engine friendly
:
spider
http://website/makepage.x?page=1 : ok
http://website/makepage.x?page=2 : skipping - repeat
http://website/makepage.x?page=3 : skipping - repeat
http://website/makepage.x?page=4 : skipping - repeat
There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
joined with the ads table of course ;)
mostly people seem to use javascript these days
o mm unications/Nutts_Corner/
p li neID=5®ion=7
That way the pages themselves can be cached / static and the ads rotate themselves.
This also helps with tracking as the script that generates the javascript can log the ads.
Generating traffic via search engines is important.
Your URL scheme is an important consideration.
I use mod_perl to take the url and set environment variables which then tell the page generation code which page to generate. Similar to having a query string but my pages are called comething nice like
http://www.thebigchoice.com/Graduate_Jobs/Telec
rather than
http://www.thebigchoice.com/jobsearch.php?disci
There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
*please* make sure that the ad management system silently manages to remove popups, and limits all animations to at most one iteration. May hurt your advertising, but will please your users.
This fine chap is looking for ad rotation code which uses demographics, personalized content info, region targeting, etc. to SERVE ADS to his viewers.
So try to stick to providing details on OSS initiatives in Java or similar OO languages which does the forementioned.
Personally, I'm not sure if I want businesses to have really good OSS Ad serving software but if you're gonna do it at least do it OSS so the rest of us can put together great commerce sites as well.
A fool throws a stone into a well and a thousand sages can not remove it.
I'm not sure if this is exactly what you're looking for, but OASIS is an incredibly flexible ad management system. I've not used it in production (management decision), but in testing it showed itself up fairly well. It's fast, reliable, and has some excellent ad/sponsor management features.
It supports keywords/categories, zones, all banner sizes (including popups and floating layers), geotargetting, etc.
Url is here -> http://www.engage.com/uk/products/admanager/defaul t.htm
Only 'flamers' flame!
It's a shame that it isn't .JSP based, or it might be of some relevance here.
There are listings for 5 different apps - some commercial, some free...
d _Management/
http://www.hotscripts.com/Java/JSP_and_Servlets/A
BlackNova Traders
We've been using adcycle for few years now with large number of sites/campaigns.
It is not free, but the price is not too high and most(all?) of the code comes with source.
It also comes with optional daemon that really helps to reduce load from the database.