Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advertiser ad management interface #87

Closed
davidfischer opened this issue Jan 8, 2020 · 0 comments · Fixed by #111
Closed

Advertiser ad management interface #87

davidfischer opened this issue Jan 8, 2020 · 0 comments · Fixed by #111
Labels
Improvement Minor improvement to code

Comments

@davidfischer
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant