BitCoinDream (OP)
Legendary
Offline
Activity: 2394
Merit: 1216
The revolution will be digital
|
|
April 25, 2014, 06:58:54 PM |
|
Is there any open source bitcoin ad network, e.g. a-ads.com ?
|
|
|
|
jonald_fyookball
Legendary
Offline
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
|
|
April 25, 2014, 08:12:51 PM |
|
dont understand the question.
are you talking about an open source ad server like open-x?
|
|
|
|
NVitanovic
Newbie
Offline
Activity: 19
Merit: 0
|
|
April 25, 2014, 08:20:20 PM |
|
I don't think so, most of those systems are made out of scratch. You can check hotscripts.com, maybe they have something that you can modify. In my opinion it's best to make it from scratch because you will make things you need.
Best Regards!
|
|
|
|
BitCoinDream (OP)
Legendary
Offline
Activity: 2394
Merit: 1216
The revolution will be digital
|
|
April 25, 2014, 09:51:27 PM |
|
dont understand the question.
are you talking about an open source ad server like open-x?
I am looking for a bitcoin based ad platform code where publishers can sale space and advertisers can bid for those space. Operation needs to be like a-ads.com, not adbit.co. So is there anything like this available on github or sourceforge ? Does anyone know ?
|
|
|
|
jonald_fyookball
Legendary
Offline
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
|
|
April 25, 2014, 10:02:56 PM |
|
On the Internet today, there's a whole real time bidding (RTB) ecosystem that exists between publishers and advertisers. Are you talking about plugging into that ?
Or simply an informal marketplace?
|
|
|
|
BitCoinDream (OP)
Legendary
Offline
Activity: 2394
Merit: 1216
The revolution will be digital
|
|
April 25, 2014, 10:07:38 PM |
|
On the Internet today, there's a whole real time bidding (RTB) ecosystem that exists between publishers and advertisers. Are you talking about plugging into that ?
Or simply an informal marketplace?
simply put ...code for another a-ads.com in simple PHP-MySQL
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
April 25, 2014, 10:23:30 PM |
|
On the Internet today, there's a whole real time bidding (RTB) ecosystem that exists between publishers and advertisers. Are you talking about plugging into that ?
Or simply an informal marketplace?
simply put ...code for another a-ads.com in simple PHP-MySQL I am afraid Simple doesn't cut it in this day and age.
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
BitCoinDream (OP)
Legendary
Offline
Activity: 2394
Merit: 1216
The revolution will be digital
|
|
April 25, 2014, 10:33:19 PM |
|
On the Internet today, there's a whole real time bidding (RTB) ecosystem that exists between publishers and advertisers. Are you talking about plugging into that ?
Or simply an informal marketplace?
simply put ...code for another a-ads.com in simple PHP-MySQL I am afraid Simple doesn't cut it in this day and age. depends on the outlook...
|
|
|
|
jonald_fyookball
Legendary
Offline
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
|
|
April 25, 2014, 10:34:39 PM Last edit: April 25, 2014, 10:45:15 PM by jonald_fyookball |
|
Definitely not simple. I think you grossly underestimate the difficulty of creating your own ad exchange, let alone a commercially successful one. You can try looking at what open-x offers, they have a lot of open source code.
Someone suggest hotscripts. there's also codecanyon.
|
|
|
|
BitCoinDream (OP)
Legendary
Offline
Activity: 2394
Merit: 1216
The revolution will be digital
|
|
April 26, 2014, 08:47:44 AM |
|
Definitely not simple. I think you grossly underestimate the difficulty of creating your own ad exchange, let alone a commercially successful one. You can try looking at what open-x offers, they have a lot of open source code.
Someone suggest hotscripts. there's also codecanyon.
I dont think there are so many advertisers on bitcoin as of yet that we need to work on RTB. It may be simple bidding system and I believe a-ads.com is doing the same.
|
|
|
|
UnitedColors
Newbie
Offline
Activity: 56
Merit: 0
|
|
April 26, 2014, 11:46:27 AM |
|
I've never heard about them. Or I just didn't get the question
|
|
|
|
jonald_fyookball
Legendary
Offline
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
|
|
April 26, 2014, 01:40:12 PM |
|
Definitely not simple. I think you grossly underestimate the difficulty of creating your own ad exchange, let alone a commercially successful one. You can try looking at what open-x offers, they have a lot of open source code.
Someone suggest hotscripts. there's also codecanyon.
I dont think there are so many advertisers on bitcoin as of yet that we need to work on RTB. It may be simple bidding system and I believe a-ads.com is doing the same. You can start simple but you will encounter many challenges on this project at various stages. Best of luck.
|
|
|
|
BitCoinDream (OP)
Legendary
Offline
Activity: 2394
Merit: 1216
The revolution will be digital
|
|
April 26, 2014, 03:39:28 PM |
|
Definitely not simple. I think you grossly underestimate the difficulty of creating your own ad exchange, let alone a commercially successful one. You can try looking at what open-x offers, they have a lot of open source code.
Someone suggest hotscripts. there's also codecanyon.
I dont think there are so many advertisers on bitcoin as of yet that we need to work on RTB. It may be simple bidding system and I believe a-ads.com is doing the same. You can start simple but you will encounter many challenges on this project at various stages. Best of luck. encounter many challenges - for example ?
|
|
|
|
jonald_fyookball
Legendary
Offline
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
|
|
April 26, 2014, 03:53:25 PM |
|
Well for starters how are you going to track the number of ad impressions? MySQL will not scale well for this.
|
|
|
|
Initscri
|
|
April 28, 2014, 08:30:55 AM |
|
Well for starters how are you going to track the number of ad impressions? MySQL will not scale well for this.
At least not without any scaling built in (Sharding, etc...). I think people grossly underestimate the creation of a website in general.
|
---------------------------------- Web Developer. PM for details. ----------------------------------
|
|
|
|