In the previous article, we covered Difference-in-Differences (DID). Today, we'll introduce another important causal inference method — Instrumental Variables (IV), which specifically addresses one of the most challenging problems in marketing: Endogeneity.
What is Endogeneity?
Endogeneity refers to the two-way causal relationship between marketing variables and outcome variables.
Typical Cases
Case 1: Ad Spending and Brand Search Volume
Brand search volume = f(Ad spending) + error
But the problem is:
- Ad spending → Brand search volume increase ✓ (This is what we want)
- Brand search volume increase → Ad spending increase ✗ (Because it's working well!)
This creates two-way causality, preventing us from accurately measuring the true effect of advertising.
Case 2: Promotion and Sales
Sales = f(Promotion intensity) + error
But promotions are often done because expected sales are poor!
Principle of Instrumental Variables
The core idea of IV is: Find an external variable that only affects the outcome through the marketing variable.
Core Conditions
- Relevance: Z is related to X
- Exclusivity: Z only affects Y through X, not directly
Marketing Application Scenarios
Scenario 1: Evaluating Ad Effectiveness
Instrumental Variable Options:
- Competitor ad spending (industry trends)
- Major sporting events (Super Bowl, Olympics)
- Media price fluctuations
Scenario 2: Evaluating Promotion Effectiveness
Instrumental Variable Options:
- Inventory levels (higher inventory = more promotion)
- Seasonal clearance needs
- Competitor promotion intensity
Scenario 3: Evaluating Pricing Strategy
Instrumental Variable Options:
- Raw material cost changes
- Competitor cost structure
- Exchange rate fluctuations (for imported goods)
Practical Steps
Step 1: Identify Endogeneity
- Theoretical analysis: Is there two-way causality?
Step 2: Find Instrumental Variables
- Start from business logic
- Verify relevance
- Verify exclusivity
Step 3: Two-Stage Least Squares (2SLS)
- First Stage: Use instrumental variable to predict marketing variable
- Second Stage: Use predicted value to estimate effect
Conclusion
Instrumental Variables is a powerful tool for solving endogeneity problems in marketing:
- Identify Endogeneity: Understand two-way causality issues
- Find Instrumental Variables: Start from business logic
- Apply Correctly: Use two-stage least squares
- Interpret Carefully: Note assumptions and limitations
Master IV to make your marketing analysis more rigorous.
Next: We'll cover Regression Discontinuity Design (RDD) to help discover optimal pricing and ad spend thresholds. Stay tuned!

