Skip to content

Tilekova17/FUTURE_DS_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marketing Funnel Analysis

Project Overview

This project analyzes marketing funnel and lead conversion data using the Bank Marketing Dataset.

The goal of the analysis was to understand:

  • Where users drop off in the funnel
  • Which marketing channels generate better conversions
  • How conversion rates can be improved
  • Which stages require optimization

This project simulates a real-world marketing analytics scenario commonly used in startups, SaaS companies, and digital marketing teams.


Tools Used

  • Python
  • Jupyter Notebook
  • Pandas
  • Matplotlib
  • Seaborn

Dataset

Dataset used: Bank Marketing Dataset (UCI Machine Learning Repository)

The dataset contains customer and campaign information including:

  • Contact method
  • Marketing campaign interactions
  • Customer demographics
  • Conversion outcome

Analysis Performed

1. Funnel Conversion Overview

  • Calculated overall conversion rate
  • Compared converted vs non-converted customers

2. Contact Type Analysis

  • Analyzed conversion performance by contact method
  • Compared cellular and telephone campaigns

3. Funnel Drop-Off Analysis

  • Identified major drop-off between contacted leads and successful conversions
  • Observed that most users did not complete the final conversion stage

4. Marketing Channel Insights

  • Evaluated which contact channels generated stronger conversion outcomes

Key Findings

  • Overall conversion rate was approximately 11.7%
  • Cellular campaigns generated the highest number of successful conversions
  • Telephone campaigns showed weaker performance
  • A significant number of users dropped off before final conversion

Business Recommendations

  • Increase focus on high-performing cellular campaigns
  • Improve targeting for low-converting channels
  • Optimize lead follow-up strategy
  • Test personalized customer outreach campaigns
  • Improve lead nurturing to reduce funnel drop-off

Files Included

  • Jupyter Notebook analysis
  • Dataset
  • Funnel charts and visualizations
  • README documentation

About

Marketing funnel and lead conversion analysis using the Bank Marketing Dataset. Includes conversion insights, drop-off analysis, and channel performance evaluation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors