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.
This is more like propaganda than response.
– Renan Gomes
It’s an option, buddy!
– Lollipop
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.
– Rafael
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.
– Rafael