Operation Analytics and Investigating Metric Spike
Operation Analytics and Investigating Metric Spike
The project provides very good insight into the user engagement
scenario and behind the scenes of the operations involved and
their key involvement in understanding market demand and
retention rates of customers.
Kanishk Kala
[email protected]
+91 8130299492
Approach
• I installed mysql and mysql workbench on my laptop, and
created the initial setup, made a local host and setup my
password.
French 12.50
Insight: The table shows the
percentage share of each English 12.50
language. From the retrieved data
it can be seen that the maximum Arabic 12.50
percentage share is of persian
language at 37.50%.
D) Your Task: Write an SQL query
to display duplicate rows from
the job_data table.
Answer:
3500
3000
2500
Axis Title
2000
1500
1000
500
0
0 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60 63 66 69 72 75 78 81 84
cohort_retained
Insight: The management will have to put huge money on marketing campaigns as the user retention is dangerously low and has been continuously dropping since
the very first week till the point that after 85 weeks there are only 2 users left
D) Your Task: Write an SQL query
Answer:
to calculate the weekly engagement
per device.
device_name avg_weekly_users avg_times_used_weekly
macbook pro 693.0000 790.0000
Samsung.
E) Your Task: Write an SQL query
to calculate the email engagement Answer:
metrics.
Solution:- SELECT
'email_events' AS source,
action AS event, Source Event Count
COUNT(*) AS count email_events sent_weekly_digest 10762
FROM
email_events email_events email_open 3223
GROUP BY
action;
email_events email_clickthrough 1141