Provide calculation methods often used in digital advertising industry
- CPI (Cost Per Impression)
- CPM (Cost Per Thousand Impressions (Cost Per Mille))
- CPC (Cost Per Click)
- CPA (Cost Per Action (Cost Per Acquisition))
- CPV (Cost Per View)
- CTR (Click Through Rate)
- VTR (View Through Rate)
- CVR (Conversion Rate)
$ pip install py-admetric
from py_admetric import py_admetric
cpm = py_admetric.cpm(50000, 1000)