andrewebdev / django-adzone

A django application to manage advertising and advertising zones.
BSD 3-Clause "New" or "Revised" License
87 stars 39 forks source link

External Advertising Integration #3

Open andrewebdev opened 14 years ago

andrewebdev commented 14 years ago

Allow for users to supply details for external advertising sources in some capacity

litchfield commented 13 years ago

Two features I plan to add within the next few weeks --

1) allow users to paste code supplied by ad networks etc (assume this is what you're after?)

2) provide a template tag that pulls the ads via javascript, to avoid caching issues and serving ads to bots etc (standard practice for ad servers)

andrewebdev commented 13 years ago

That's good news. I've not been able to work on this project for a while now.

regarding 1, this is already possible to do by extending AdBase and allow for the code to be pasted that way.

No. 2 is actually the main reason I created this ticket. I would love to see what you are doing with it :)