Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 585 Bytes

py-admetric

What is py-admetric?

Provide calculation methods often used in digital advertising industry

What does py-admetric provide?

  1. CPI (Cost Per Impression)
  2. CPM (Cost Per Thousand Impressions (Cost Per Mille))
  3. CPC (Cost Per Click)
  4. CPA (Cost Per Action (Cost Per Acquisition))
  5. CPV (Cost Per View)
  6. CTR (Click Through Rate)
  7. VTR (View Through Rate)
  8. CVR (Conversion Rate)

Installation

$ pip install py-admetric

Usage and Example

Example: CPM

from py_admetric import py_admetric
cpm = py_admetric.cpm(50000, 1000)