1. Conversions 1. Feature importance graph 2. Time series with three filters 1. What you want to see -> users, revenue, purchases 2. What you want to cohort by -> utm source, utm campaign etc. 3. By day, week, month etc. 2. Repeat Users 1. Feature importance graph 2. Time series with three filters 1. What you want to see -> users, revenue, purchases 2. What you want to cohort by -> utm source, utm campaign etc. 3. By month or week etc. 3. Product demand forecast 1. Time series with filter 1. What metric -> Revenue, conversion, add to carts etc. 4. How to increase cart value 1. Item purchases that are correlated -> Can try to find out not 100% sure how to execute API - getStatsByUser( - metric = number of users, total revenue, total purchases, repeat users, revenuePerUser, purchasesPerUser, - dimension = utm source, utm campaign etc - time period = week, month ) => returns { x: y: } - getStatsByProduct( - metric = total revenue, conversion - time period = week, month - ) => returns { x: y: }