You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: