This project analyzes the effectiveness of different text colors in a company's online advertisements. The goal is to determine if specific colors have significantly different click-through rates than the current blue text color. To read more about the process, check out my blog post The Color of Success: Optimizing Ad Click-Through Rates.
This project requires Python 3.x and the following Python libraries:
pandas
numpy
matplotlib
seaborn
scipy
statsmodels
You can install these packages using pip:
pip install pandas numpy matplotlib seaborn scipy statsmodels
The stakeholder wants to optimize online advertisements by identifying the most effective text color. The specific questions addressed are:
- Does blue have the highest click-through rate?
- If not, which color does?
- Are the differences in click-through rates statistically significant?
assessing_ad_clicks.ipynb
: Jupyter notebook containing the primary analysisad_click_table.csv
: Dataset used for the analysis (not included in repo)
Key findings from the analysis include:
- Blue does not have the highest click-through rate.
- Ultramarine has the highest click-through rate, followed by Sapphire, Aquamarine, and Teal.
- The difference in click-through rates between Ultramarine and Blue is statistically significant.