Skip to content

Provide calculation methods often used in digital advertising industry

License

Notifications You must be signed in to change notification settings

otomikesuy/py-admetric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Provide calculation methods often used in digital advertising industry

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages