Cost Per Acquisition Calculator Formula

Understand the math behind the cost per acquisition calculator. Each variable explained with a worked example.

Formulas Used

Cost Per Acquisition

cpa = acquisitions > 0 ? total_spend / acquisitions : 0

Acquisitions Per $1,000 Spent

acquisitions_per_1000 = total_spend > 0 ? (acquisitions / total_spend) * 1000 : 0

Variables

VariableDescriptionDefault
total_spendTotal Campaign Spend(USD)15000
acquisitionsNumber of Acquisitions60

How It Works

How to Calculate Cost Per Acquisition

Formula

CPA = Total Campaign Spend / Number of Acquisitions

CPA is the bottom-of-funnel cousin of CPL. While CPL counts leads, CPA counts actual customers or completed conversions. This makes CPA the more definitive metric for measuring campaign profitability, though it takes longer to calculate because you must wait for leads to convert into customers.

Worked Example

A campaign spent $15,000 and resulted in 60 paying customers.

total_spend = 15000acquisitions = 60
  1. 01CPA = $15,000 / 60 = $250 per acquisition
  2. 02Acquisitions per $1,000 = (60 / $15,000) x $1,000 = 4.0

Ready to run the numbers?

Open Cost Per Acquisition Calculator