An open API service indexing awesome lists of open source software.

https://github.com/rebeccamorolong/-marketing-campaign-analysis-sql-portfolio-project-

This project analyzes marketing campaign performance using SQL.
https://github.com/rebeccamorolong/-marketing-campaign-analysis-sql-portfolio-project-

marketing-analytics postgresql sql

Last synced: 2 months ago
JSON representation

This project analyzes marketing campaign performance using SQL.

Awesome Lists containing this project

README

          

# 🧠 Marketing Campaign Analysis (SQL Portfolio Project)

This project analyzes marketing campaign performance using SQL. The goal is to understand how customers respond to different campaign channels and customer segments, using a structured database schema and optimized queries.

## 📌 Objective
- Analyze campaign ROI, engagement, and response rates
- Segment customers by education, marital status, and region
- Recommend which channels work best for which segments

## Goal: Understand campaign performance and customer response patterns.

## SQL Skills:
CTEs, joins, case statements, aggregation, window functions

## Project Idea:

Compare different campaign channels (email, SMS, social media)

Analyze open rates, click-throughs, conversions

Segment users based on behavior or demographics

## Sample Questions to Answer:

What was the ROI for each marketing channel?

Which customer segment responded best to which campaign?

## 🧱 Schema
- `customers`: customer demographics
- `campaigns`: marketing campaign metadata
- `campaign_interactions`: customer-campaign touchpoints

## 💡 Key Insights
- Email campaigns had the highest ROI but lowest response rate
- Married customers with higher education responded most frequently
- Loyalty campaigns performed better than seasonal ones

## 📊 Sample Queries
- Overall campaign response rate
- Top channels by revenue per interaction
- Customer segmentation by education and marital status

## 📁 Dataset
[Kaggle - Marketing Campaign Data](https://www.kaggle.com/datasets/rodsaldanha/arketing-campaign)

---