Fatskills
Practice. Master. Repeat.
Study Guide: Digital Marketing and Growth Marketing Strategy and Foundations Customer Lifetime Value LTV and CAC
Source: https://www.fatskills.com/mcat/chapter/digital-marketing-and-growth-marketing-strategy-and-foundations-customer-lifetime-value-ltv-and-cac

Digital Marketing and Growth Marketing Strategy and Foundations Customer Lifetime Value LTV and CAC

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

What This Is

Customer Lifetime Value (LTV) is the total profit you expect to earn from a single customer over the whole time they stay with you. Customer Acquisition Cost (CAC) is what you spend to win that customer in the first place. The LTV ÷ CAC ratio tells you whether you’re making money on each new buyer. Real‑world example: A SaaS company runs a LinkedIn‑ads lead‑gen campaign, spends $1,200 to acquire 10 trial users (CAC = $120 each). Those users stay an average of 18 months, paying $50/mo, so each generates $900 LTV. The LTV/CAC = 7.5 → highly profitable.


Key Terms & Metrics

  • LTV (Customer Lifetime Value): Σ (Revenue – Cost) × Retention Rate over the customer’s lifespan. A “good” LTV is high enough that LTV ÷ CAC ≥ 3.
  • CAC (Customer Acquisition Cost): Total marketing + sales spend ÷ Number of new customers acquired. Aim for CAC ≤ 30 % of LTV.
  • ROAS (Return on Ad Spend): Revenue from ads ÷ Ad spend. Benchmark ≥ 4 × (400 %) for most e‑commerce.
  • CTR (Click‑Through Rate): Clicks ÷ Impressions × 100. Search ads 2‑5 %; display ads 0.5‑1 %.
  • CPC (Cost‑Per‑Click): Total ad spend ÷ Clicks. Keep CPC below the profit per click you can afford.
  • Conversion Rate (CVR): Conversions ÷ Clicks × 100. E‑commerce average 2‑3 %; SaaS landing pages 5‑10 %.
  • Churn Rate: Customers lost ÷ Total customers at period start. Lower churn → higher LTV; aim < 5 % monthly for subscription models.
  • Cohort Analysis: Grouping customers by acquisition month to see how LTV and churn evolve over time.
  • Attribution Model: Rules that decide which touch‑point gets credit for a conversion (e.g., last‑click, data‑driven in GA4).
  • CRM (Customer Relationship Management): Tool (HubSpot, Pipedrive, Zoho) that stores acquisition cost data and tracks revenue per customer.
  • GA4 (Google Analytics 4) → Lifetime Value Report: Shows revenue per user and can be linked to your CRM via BigQuery for precise LTV calculations.
  • Cohort‑Based LTV Calculator (Excel/Google Sheets): Use =SUMPRODUCT(revenue_range, retention_rate_range) to avoid manual errors.


Step‑by‑Step / Process Flow

  1. Set up accurate tracking – Install GA4, enable e‑commerce events, and push purchase IDs into your CRM (use GTM “Data Layer” pushes).
  2. Collect acquisition spend – Export ad platform spend (Google Ads, Meta, LinkedIn) into a spreadsheet or BI tool; tag each campaign with a UTM that matches a CRM source field.
  3. Calculate CAC – In your spreadsheet: =SUM(Spend_Range) / COUNTUNIQUE(New_Customers_Range). Verify the “new” flag in the CRM (first‑order date).
  4. Compute LTV – Choose a horizon (e.g., 12 months). In the CRM, sum revenue per customer, then apply =AVERAGE(Revenue_Per_Customer) * (1 / Churn_Rate). For subscription models, use ARPU / Monthly_Churn.
  5. Compare LTV vs. CAC – Compute LTV / CAC. If < 3, iterate: improve ad relevance, raise prices, or increase upsell.
  6. Iterate & scale – Run A/B tests on ad copy, landing pages, or email flows; feed the results back into the CAC/LTV spreadsheet to see impact in real time.

Common Mistakes

  • Mistake: Using total ad spend without filtering out “brand‑only” clicks that don’t drive new customers.
    Correction: Filter GA4 to only include first‑time users (new_user = true) before attributing spend to CAC.

  • Mistake: Assuming a single purchase equals the full LTV for one‑time buyers.
    Correction: For e‑commerce, calculate average order value (AOV) × repeat purchase rate × average purchase frequency, not just the first order.

  • Mistake: Ignoring churn when estimating LTV for subscriptions.
    Correction: Use the churn‑based formula LTV = ARPU / Monthly_Churn (or annualized) to capture future revenue loss.

  • Mistake: Relying on last‑click attribution in GA4, which over‑credits the final touch.
    Correction: Switch to “Data‑Driven” attribution in GA4 or run a multi‑touch model in BigQuery for a more realistic CAC.

  • Mistake: Updating CAC but forgetting to refresh the LTV model, leading to stale ratios.
    Correction: Automate the spreadsheet with daily pulls from your ad platform and CRM (Zapier → Google Sheets) so the ratio is always current.


Marketing Interview / Practical Insights

  1. “How do you decide whether a channel is profitable?” – Expect you to cite LTV ÷ CAC ≥ 3, explain how you’d calculate each metric, and mention the need for a consistent attribution model.
  2. “What’s the difference between CAC and CPA?” – CAC includes all marketing & sales spend to acquire a paying customer; CPA (Cost‑Per‑Acquisition) often refers to a specific conversion event (e.g., lead, trial).
  3. “Explain the impact of GA4’s data‑driven attribution on CAC calculations.” – Show you understand that GA4 distributes credit across all touch‑points, which can lower the apparent CAC for upper‑funnel channels.
  4. “When would you prioritize lowering CAC over increasing LTV?” – Discuss scenarios like a high‑margin product where CAC can be higher, or a cash‑flow crunch where you need quicker payback.

Quick Check Questions

  1. If your CPC is $2, your conversion rate is 5 %, and the average order value is $80, what is your CAC?
    Answer: $2 ÷ 0.05 = $40 CAC. (CPC ÷ CVR = cost per acquisition; $40 < $80 LTV → profitable.)

  2. Your SaaS product has an ARPU of $45/mo and a monthly churn of 4 %. What is the LTV?
    Answer: LTV = $45 / 0.04 = $1,125. (ARPU divided by churn gives the expected revenue over the customer’s lifetime.)

  3. A campaign generated $12,000 in revenue and cost $3,000. What is the ROAS and is it acceptable for an e‑commerce brand?
    Answer: ROAS = $12,000 / $3,000 = 4 × (400 %). This meets the typical e‑commerce benchmark of ≥ 4×.


Last‑Minute Cram Sheet (10 one‑liners)

  1. LTV ÷ CAC ≥ 3 → healthy unit economics.
  2. ARPU / Monthly Churn = LTV for subscription models.
  3. CPC ÷ CVR = CAC (single‑touch estimate).
  4. GA4 Data‑Driven Attribution spreads credit → often lowers CAC for upper‑funnel channels.
  5. Benchmark CTR: Search ≈ 2‑5 %; Display ≈ 0.5‑1 %.
  6. Typical e‑commerce ROAS target: ≥ 4× (400 %).
  7. Cohort analysis reveals true LTV trends; don’t rely on aggregate averages.
  8. ⚠️ Trap: Using total ad spend without UTM tagging inflates CAC.
  9. CRM integration (e.g., HubSpot ↔ GA4 via BigQuery) is the fastest way to sync revenue data.
  10. Monthly churn > 5 % → LTV drops dramatically; focus on retention before scaling spend.


ADVERTISEMENT