Skip to content

Anhelina4/ecommerce-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ecommerce-analytics

Overview

Multi-dimensional analysis of account creation and email campaign performance. The query consolidates account-level and email-level metrics, ranks markets by performance, and filters results to top-10 countries by user acquisition or email volume.

Data Model

Input: 6 source tables (account, session, email_sent, email_open, email_visit, session_params)

Output: 13 dimensions and metrics aggregated across date, country, send_interval, account_verification, and subscription_status

Rows: Top-10 countries by either account_cnt or sent_msg volume

Performance: BigQuery Standard SQL, optimized for large-scale aggregation

Output Schema

Field Type Definition
date DATE Account creation date (accounts) / email send date (emails)
country STRING User location
send_interval STRING Email frequency preference
is_verified BOOLEAN Account verification status
is_unsubscribed BOOLEAN Active subscription status
account_cnt INT64 Count of accounts created
sent_msg INT64 Count of emails sent
open_msg INT64 Count of emails opened
visit_msg INT64 Count of email clicks
total_country_account_cnt INT64 Aggregate accounts by country
total_country_sent_cnt INT64 Aggregate emails by country
rank_total_country_account_cnt INT64 Country rank by account volume
rank_total_country_sent_cnt INT64 Country rank by email volume

Key Findings

  • Primary Markets: USA, India, Canada lead in account acquisition
  • Email Volume: Concentration in established markets aligns with account distribution
  • Segmentation: Verified accounts show higher engagement; send_interval preference correlates with subscription retention

Visualization

Screenshot 2026-06-08 at 11 53 30

Technology Stack

  • Data Warehouse: Google BigQuery
  • Query Language: BigQuery Standard SQL
  • BI Tool: Looker Studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors