I have all the components running, but I need beta testers. It's a bit hard to explain, but what my platform does is combine a few common concepts from the industry with a different approach to deciding which ads to serve. It's not universal, or meant to be universal. It replaces huge data warehousing and CPU power with a tiny amount of custom programming for every site to serve ads that are many, many times more profitable than anything a computer can do without some guidance.
Here's an example I actually wrote that runs:
Let's say you have a site about music. There are reviews, etc. Each post is about a certain artist, album, track, etc. The script in my ad block will send the URL to my server and the page will be fetched (on the first request, like AdSense). On my end, it identifies your site and finds a very tiny custom script that's actually used to parse the page. It makes a few queries to the iTunes API, analyzes the results and finds the most relevant tracks. Then it generates an iTunes playlist with your affiliate ID and sends that back as the first part of the ad. Then it will do a geo-ip check and see if the artist is performing soon and try to sell tickets. Ticketmaster, ebay, stubhub, whatever.
Of course that's specific to just one site, but you get the idea. The iTunes ad server works great and I'd really like to see where I could take this across other industries.
Here's an example I actually wrote that runs:
Let's say you have a site about music. There are reviews, etc. Each post is about a certain artist, album, track, etc. The script in my ad block will send the URL to my server and the page will be fetched (on the first request, like AdSense). On my end, it identifies your site and finds a very tiny custom script that's actually used to parse the page. It makes a few queries to the iTunes API, analyzes the results and finds the most relevant tracks. Then it generates an iTunes playlist with your affiliate ID and sends that back as the first part of the ad. Then it will do a geo-ip check and see if the artist is performing soon and try to sell tickets. Ticketmaster, ebay, stubhub, whatever.
Of course that's specific to just one site, but you get the idea. The iTunes ad server works great and I'd really like to see where I could take this across other industries.