Wolfram Computation Meets Knowledge

Online Advertising Revenue by Impressions

Online advertising revenue is the money brought in by those advertisements with which site visitors interact.

Online advertising revenue equals the sum of the cost per thousand impressions and the cost per click times the impression rate.

Formula

QuantityVariable["R", "MoneyPerTime"] == (QuantityVariable["CPM", "Money"] + QuantityVariable["CPC", "Money"]*QuantityVariable["CTR", "Unitless"])*QuantityVariable["I", "ImpressionRate"]

symbol description physical quantity
R revenue "MoneyPerTime"
CPM cost per thousand impressions "Money"
CPC cost per click "Money"
CTR clickthrough rate "Unitless"
I impression rate "ImpressionRate"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Online Advertising Revenue by Impressions"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Online Advertising Revenue by Impressions"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Online Advertising Revenue by Impressions"], {QuantityVariable[
   "I","ImpressionRate"] -> 
   Quantity[100, IndependentUnit["impressions"]/("Seconds")]}]
Out[3]=

Publisher Information