From the course: Advanced MySQL Data Analysis
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Solution: Calculating bounce rates - MySQL Tutorial
From the course: Advanced MySQL Data Analysis
Solution: Calculating bounce rates
- [Instructor] Alright, this is the solution video for calculating bounce rates. As a reminder, Morgan is interested in understanding what the bounce rate is for the homepage, where all of your traffic is going right now. Let's jump into Workbench and we can walk through the solution. Alright, so this is again going to be a multi-step query. Anytime we're doing a multi-step query, I always like to break down the analysis into the steps that we're going to need to go through to get the results. So here we've got step one, which is finding the first website pageview ID for the relevant sessions. Then we've got step two, which is identifying the landing page for those sessions. And then we've got step three, counting the pageviews for each session, where we'll understand which of those sessions was a bounce, those that only have one pageview, and which of those are non-bounces, those with more than one pageview. And then finally, we'll summarize the results by counting the total sessions…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Introduction19s
-
(Locked)
Analyzing top website pages and entry pages16m 42s
-
(Locked)
Assignment: Finding top website pages59s
-
(Locked)
Solution: Finding top website pages3m 15s
-
(Locked)
Assignment: Finding top entry pages1m 7s
-
(Locked)
Solution: Finding top entry pages7m 58s
-
(Locked)
Analyzing bounce rates and landing page tests14m 22s
-
(Locked)
Assignment: Calculating bounce rates39s
-
(Locked)
Solution: Calculating bounce rates9m 25s
-
(Locked)
Assignment: Analyzing landing page tests2m 12s
-
(Locked)
Solution: Analyzing landing page tests11m 56s
-
(Locked)
Assignment: Landing page trend analysis1m 9s
-
(Locked)
Solution: Landing page trend analysis7m 40s
-
(Locked)
Building conversion funnels and conversion paths17m 19s
-
(Locked)
Assignment: Building conversion funnels1m 26s
-
(Locked)
Solution: Building conversion funnels7m 53s
-
(Locked)
Assignment: Analyzing conversion funnel tests1m 49s
-
(Locked)
Solution: Analyzing conversion funnel tests6m 57s
-
(Locked)
-
-
-
-
-
-