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

Change the rounding in the calculator #343

Closed davidfischer closed 1 year ago

davidfischer commented 1 year ago

The CPM was calculated as float with many decimal places. A buy at $4.45 with 10% off, for example, is $4.005 which causes some rounding oddities.

This change basically truncates the CPM in the advertiser's favor at 2 decimals.