Ruby on Rails 的广告/横幅管理/轮换?
我有一个利基网站,我想直接销售横幅,而不是通过 AdSense。 我需要一个系统来管理整个过程:显示广告和管理界面来管理它们。 它不必是任何非常花哨的东西,尽管开源是非常受欢迎的,这样我就可以根据需要扩展系统。 由于该站点本身位于 Rails 中,因此我更喜欢适合该环境的东西。 谷歌搜索发现了 PHP 中的一堆,但结果有点污染,我没有运气找到一个在 Rails 中完成的。
如果我找不到,我想我会看看我能做些什么来破解一些东西并在开放许可下自己发布它。
另一种可能性是:http://www.google.com/admanager - 任何人都有话要说它? 对于一个不太大的网站来说,只卖几个广告合适吗?
谢谢, 戴夫
I have a niche site that I'd like to sell banners for directly, rather than going through adsense. I need a system to manage the whole process: displaying ads and an administrative interface to manage them. It doesn't have to be anything terribly fancy, although open source is greatly preferred so that I can grow the system as needs be. Since the site itself is in Rails, I would prefer something for that environment. Googling turns up bunches of them in PHP, but the results are a bit polluted and I didn't have any luck finding one that was done in/for Rails.
If I don't find one, I suppose I'll see what I can do to hack together something and release it myself under an open license.
Another possibility is this: http://www.google.com/admanager - anyone have anything to say about it? Is it right for someone just selling a few ads for a not-so-big site?
Thanks,
Dave
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我工作的公司有几个 Rails 项目。 我们搜索了 Rails 横幅管理系统,但没有找到任何可用的商业/开源项目。
我们集成了 Google AdManager,我不得不说这绝对是一个不错的选择。 它缺乏 Openx 中提供的一些高级功能,但我们的项目并没有错过它们。
The company I work for has several Rails projects. We searched for a Rails banner management system but we didn't find any commercial/open source project available.
We integrated Google AdManager and I have to say it's definitely a good choice. It lacks some advanced features available in Openx, but we didn't miss them for our projects.
确实没有任何功能齐全的轨道广告管理工具。
我创建了一个 gem/engine,它可以根据您在 Rails 中渲染视图时设置的参数来帮助管理和渲染不同的横幅和展示位置,请参阅:
https://github.com/holli/advert_selector
对于具有一致横幅尺寸和定位的更简单的设置,您可能应该使用 DFP:http://www.google.com/dfp/info/sb/index.html
There really aren't any full-featured rails advert managing tools.
I created one gem/engine that helps to manage and render different banners and placements on depending parameters that you set when rendering your views in rails, see:
https://github.com/holli/advert_selector
For simpler setups with consistent banner sizes and targetings, you should probably use dfp: http://www.google.com/dfp/info/sb/index.html
您可以尝试一下这个rails-ad-server。 也请给我们大家反馈。
http://github.com/coolblade/rails-ad-server
You can give this rails-ad-server a try. Please give us all a feedback too.
http://github.com/coolblade/rails-ad-server
戴夫,
我们最近发布了您可能感兴趣的 AdServerBeans MyAds v.0.4 (http://www.adserverbeans.com)看看。 它是开源的,我们将其定位为 OpenX 的替代品。
Dave,
we have recently released AdServerBeans MyAds v.0.4 (http://www.adserverbeans.com) which you might be interested to take a look at. It's open source and we position it as an alternative to OpenX.