What’s the best way to add a dynamic banner to another site?

Asked

Viewed 192 times

1

The situation is, I’m developing a system where users can create dynamic and customized banners with our products and display on their websites. The data of each created banner is in our database. What I’m finding difficult is to display the banner on the third party site, I can’t think of a stream that doesn’t overload my server in case multiple users own sites with thousands of views a day.

Does anyone have any idea?

Thank you.

UPDATE:

The idea is that the customer can create a banner, which will rotate some of our products (chosen by him) in javascript (jquery). But all the information will be pulled from our server, probably using ajax, to have a control over the banners displayed. What I really wanted was a help with this flow, because I think this is not the best solution, but it was the best I could think of so far.

1 answer

2

This is a suggestion:

inserir a descrição da imagem aqui

Openx - an open ad server to manage advertising on websites and the delivery of advertising campaigns to consumers. Today is practically the only open solution available that can be installed on your own server and that meets your needs.

Performance meter

Before you start optimizing your Openx installation and in each iteration improve the usefulness of the performance capture system to understand the effect is given some changes. To do this, Openx developers recommend using Apache Jmeter, where you can create quite complex test scenarios and get detailed statistics about each race during the test request. The developer’s documentation page Openx has a set of scripts ready for Jmeter.

inserir a descrição da imagem aqui

Server architecture

Here interface functions of managing campaigns and processing functions of statistical data matters presented on a separate server, and delivery are allocated to the required number of servers, as they have the main load on the system. Each node works with its own Mysql delivery server, the weather in the main database server data replication.

inserir a descrição da imagem aqui

STUDY SUGGESTION: http://blog.denivip.ru/index.php/2011/02/how-to-optimize-client-side-ad-loading/? lang=en

  • 1

    This is more like propaganda than response.

  • It’s an option, buddy!

  • Thanks for the tip, I will test the revive-adserver which is the free open-source version. But that wasn’t quite the answer I was looking for. I feel like coding anyway.

  • I set up the revive-adserver and it has nothing to do with what I needed. The idea is that the customer can create a banner, which will rotate some of our products (chosen by him) in javascript (jquery). But all the information will be pulled from our server, probably using ajax, to have a control over the banners displayed. What I really wanted was a help with this flow, because I think this is not the best solution, but it was the best I could think of so far.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.