You can use web2py to implement the backend for such an ad system. It's 
perfectly capable of deciding which ad to serve, recording things about who 
views which ad, letting advertisers upload ads, etc. Most of that will 
probably be straight-forward database queries that any web framework, 
including web2py, can handle.

Web2py is a perfectly-capable choice for your task, but web2py's role in 
your app basically amounts to "randomly choose an image and return a link 
to it via AJAX". Your choice of web framework has little-to-no bearing on 
how easy or hard it will be to cover up the customer's website and display 
the ad to the user, which will all be done in framework-independent 
JavaScript.


On Saturday, July 14, 2012 7:08:27 PM UTC-4, lukedc wrote:
>
> Hi, 
>
> I want to create a web application that allows websites to have pop-up 
> ads. 
>
> But it will not be like the usual pop-up ads. This one will just integrate 
> into the web page. Like, it will not show up in a separate window. It will 
> just come up in the same webpage, and block the page. The user can then 
> exit or click on the ad. It will come up after the user has been on the 
> site for a few seconds. 
>
> So, the advertisers will upload their ad on my site. Then, websites can 
> add a code to their own site. Once they do that, they will get the ads on 
> their site. 
>
> Can web2py do this? Can I create this feature on web2py?
>
> Thank you so much, Luke
>

Reply via email to