Add future note

break-out-core-urls-views
Eric Holscher 2016-04-07 12:35:29 -07:00
parent 7d0fdf2423
commit e450322288
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ def choose_promo(promo_list):
* Pick a random number between 1 and that total
* Choose the ad whose range is in the chosen random number
In the future,
we should take into account the expected views for today
(The number of views from this day last week)
Then we can scale the "total ads sold" against that "expected views",
and that will give us more spread throughout the day.
"""
promo_range = []