readthedocs / ethicalads.io

This repository contains the public marketing website for EthicalAds. The ad server is in the ethical-ad-server repository.
https://www.ethicalads.io/
36 stars 13 forks source link

Add a real ad served by the client back to the homepage #366

Closed ericholscher closed 1 year ago

ericholscher commented 1 year ago

This is currently using a house ad since that's all that's approved on the EA Publisher. Once we ship the campaign forcing, we can swap it to a real ad.

However, I think what we want is a rotation of paid ads, but that aren't billed?

I guess we could use something like random.choice(['mongodb', 'sentry', 'digital-ocean'] or something in the template to get a reasonable approach to start?

davidfischer commented 1 year ago

However, I think what we want is a rotation of paid ads, but that aren't billed?

Forced ads are NEVER billed.

ericholscher commented 1 year ago

However, I think what we want is a rotation of paid ads, but that aren't billed?

Forced ads are NEVER billed.

Yea, more focused on the rotation aspect, rather than a single campaign that's hard coded.