Skip to content

Maven Fuzzy Factory Data analysis using MySQL and visualize by Tableau.

Notifications You must be signed in to change notification settings

MohamedNabill7/Maven-Factory-Analytics

Repository files navigation

Maven-Factory-Analytics

Maven Fuzzy Factory Data analysis using MySQL and visualize by Tableau.

Entity Relation Diagram

Alt text

Six tables are:

Orders: Store the purchases that customers are placing.

Order_items: Various orders that customers could purchases more than items.

Order_item_refunds: When customers are complaining and are issued a refund.

Products: Products name.

Website_page_views: Log of page view that a user saw when they were on eCommerce website.

Website_sessions: Where our traffic is coming from and traffic sources.

Before jumping into the project, I would like to briefly cover some web/digital marketing buzzwords :-

UTM parameters: Are small pieces of code that are added to the end of a URL used to track the source of the traffic

By tracking them, businesses can see which of their paid marketing campaigns are most effective.

They can also see how different traffic sources and campaigns are performing in terms of website activity and conversions.

 ------------- ------------------------------------------------------------------------- -------------------------
| utm_source  | Identifies which site sent the traffic and is a required parameter.     | utm_source=google       |
| ------------| ----------------------------------------------------------------------- | ------------------------|
| utm_campaign| Identifies a specific product promotion or strategic campaign.          | utm_campaign=spring_sale|
| ------------|-------------------------------------------------------------------------|-------------------------|
| utm_content | Identifies what specifically was clicked to bring the user to the site, | utm_content=logolink or |
|             |  such as a banner ad or a text link. It is often used for A/B testing   | utm_content=textlink    |
|             | and content-targeted ads.                                               |                         |
 ------------- ------------------------------------------------------------------------- -------------------------  

Contents:

Traffic Sources Analysis
Website Performance Analysis
Channel Portfolio Management
Business Patterns and Seasonality
Product-Level Analysis
User-Level Analysis
Data Driven Report

Traffic Sources Analysis

Key Tables : website_sessions, orders

  • Find the Top Traffic Sources
  • Traffic Source Conversion Rates
  • Bid optimization based on the device type

Website Performance Analysis

Key Tables : website_sessions, website_pageviews

  • Analyzing Top Referral Sources & Website Pages & Entry Pages
  • Analyzing Bounce Rates
  • Building Conversion Funnels

Channel Portfolio Management

Key Tables : website_sessions, orders

  • Analyzing Channel Portfolio
  • Comparing Channel Characteristics
  • Cross Channel Bid Optimization
  • Impact of Bid Changes
  • Analyzing Free Channels

Business Patterns and Seasonality

Key Tables : website_sessions, orders

  • Analyzing Seasonality
  • Analyzing Business Patterns

Product-Level Analysis

Key Tables : website_sessions, website_pageviews, orders, order_items, order_item_refunds

  • Product Sales Analysis
  • Product Launch Sales Analysis
  • Product Level Website Analysis
  • Product Pathing Analysis
  • Product Conversion Funnel
  • Cross Sale Analysis
  • Portfolio Expansion Analysis
  • Quailty issues & Refunds

User-Level Analysis

Key Tables : website_sessions, orders

  • Analyzing Users Repeat Visit
  • Analyzing Purchase Behavior (Repeat Channel, New & Repeat Conversion Rates)

Data Driven Report

Key Tables : website_sessions, website_pageviews, orders, order_items

Traffic Source Insight

Alt text

Products Insight

Alt text

Sessions and Orders

Alt text

Observation:

At the end of three years run of the businss, we can see pretty dramatic growth. When we look in the first quarter and now at about 100 times orders

Revenue and Margin

Alt text

Observation:

Revenue and Margin tends to increase gradually from 2012 to 2015

The company usually has the highest revenue and profit in the last quarters of a year

Session-to-Order Conversion rate, Revenue Per Session, and Revenue Per Order

Alt text

Observation:

Volume of Website sessions and orders tend to increase gradually from 2012 to 2015

Conversion rates typically range from about 0.03 to 0.9, which is between 3% and 9% of sessions converted into orders. This ratio is considered good and acceptable throughout the observation range

About

Maven Fuzzy Factory Data analysis using MySQL and visualize by Tableau.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published