django-adzone Source Uploaded
development django django-adzone
I have been working on a django advertising application for use in some upcoming projects. Decided to make it openly available to the community. Please note that I found that there is another similair app called django-ads. I have not tested this one, so I dont know what it's like.
The main use case for this application is to allow a user to upload different types of ads, ie, text, banner, flash. These ads are added to a Category, and a Zone. Zones are just a silly name for the different areas on the site which can contain ads, ie. Header, SideBar, Content.
When add is shown on a webpage somewhere, we then record that as an impression. When a user clicks on the ad, we record that click. This information can then be used to generate reports for the client.
The Project is up on Cloud27
The Source code is up on GitHub
You can use Markdown to format your comment.
There are currently no comments on this entry. Be the first!