TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Shall I run my own adserver?

5 pointsby trienthusiastover 10 years ago
Hello,<p>at the present time, advertising on my site is managed by a company that sells ads to relevant companies then serves them on my site, filling the remaining inventory with other ad networks.<p>At this time, they do the selling and the serving. I receive a monthly check which is the ad sales minus their commission (50%), minus serving costs.<p>There is no reporting, I never get any other detail other than the final amount.<p>Because of this - I would like to start moving to my own adserver (bonus if I don&#x27;t need to physically host it myself) and just plug the ads that they sell.<p>How complicated is it? Worth the effort in your opinion, counting that I don&#x27;t want to do any selling myself ?<p>Also, a big chunk of revenue is lost because they don&#x27;t do responsive ads. All ads are sold on a desktop pageview basis and I know nowadays you can place some kind of placeholder and it will be rendered with a properly sized ad depending on the resolution.<p>Am i getting into a lot of trouble for wanting to do this on my own?

4 comments

jeffmouldover 10 years ago
First, a 50% commission rate seems a bit high if that does not even include serving costs.<p>The biggest question is will they sell the ad space for you and allow you to serve the ads yourself? Even still, this only reduces your serving costs while you still would be paying the commission, which to me seems like the higher of the two costs.<p>To answer your question about handling the serving of ads yourself, there are several options out there. Probably one of the best known for a managed solution is OpenX (<a href="http://openx.com" rel="nofollow">http:&#x2F;&#x2F;openx.com</a>). On the other hand there is Revive Adserver (<a href="http://revive-adserver.com" rel="nofollow">http:&#x2F;&#x2F;revive-adserver.com</a>) which is self-hosted and is actually the open source version of OpenX.<p>One caveat of running your own server though will be that you are responsible for your own inventory on the site. You can always fill any remaining inventory with Google Adsense or similar though. Long-story short, I would say unless you have substantial traffic to your site and are making significant money through ads on your site it is most likely not worth the hassle. If, on the other hand, your site has high enough traffic and your current ads are well targeted and have a high action rate for the advertiser you may be able to start selling your own ad space or find a better ad provider with better terms.
评论 #8249070 未加载
Gustomaximusover 10 years ago
I would get some detailed reporting. Perhaps try a few alternate solutions on a couple of pages to see how they compare. A 50% commissions seems steep and you should probably implement some internal tagging or event monitoring so you can double check counts.<p>Overall I&#x27;d be inclined to try alternate plugin solutions over running your own server as it come with time management and generally businesses (I can know your so take it with a pinch of salt) are best spend specialising on what they do. If you want some direct cash you can always try to sell some page takeover or other sponsored events if requested.
评论 #8249420 未加载
skiltzover 10 years ago
I would run all the Ads through DFP so you can then track performance. <a href="https://www.google.com/dfp" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;dfp</a> - Its really easy to setup. You can then also run adsense for any outstanding inventory you&#x27;re not using.
cmdrfredover 10 years ago
I have also considered this. It allows you for a lot more freedom and control.