Purchase Of Statistics
-
Daily Orders
Total number of orders per day. Total number of unique session IDs which has has_purchase (has_purchase = True) breakdown with day. -
Hourly Orders
Average of total order count per day. Total number of order count per day and per hour is aggregated. Next step is calculating average order count per hour by using aggregated data from the previous step. -
Weekly Orders
Total number of orders per week. Each week is represented by Mondays. -
Monthly Orders
Total number of orders per month; total number of purchase unique session IDs are counted per month.