Advertiser ad management interface
Closed this issue · 0 comments
davidfischer commented
Advertisers should be able to login to manage advertisements. While this is mostly just CRUD operations for advertisements in a specific ad flight, there's a few specifics that make this not just a simple interface:
- Advertisers frequently want to re-use images with different copy
- Advertisers frequently want to re-use copy with different images
- Advertisers frequently re-use the same ad with different targeting
This will not handle things like updating the targeting of an ad flight. That will be handled separately as that will involve billing.
Concerns
In the current production system, all ads are vetted by staff because staff are the ones that enter them. As a result, we never run into the situation where an inappropriate ad is entered. This is a risk in a system where advertisers can update/create ads themselves.