Hacker News new | ask | show | jobs
by nl 5709 days ago
I've written a context sensitive affiliate adserver that serves relevant ads via Javascript. That works reasonably well, but I do need to optimize the ads themselves some.
1 comments

That is really cool. Have you open sourced it? It's JavaScript in the first place so I know anyone can see it in your site, but it would be cool to track it on Github.
No, it's not open source.

Not much in in Javascript - just the part that displays the ad. All the intelligence is on the server, mostly in Java.