From the course: Advanced MySQL Data Analysis
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Solution: Analyzing conversion funnel tests - MySQL Tutorial
From the course: Advanced MySQL Data Analysis
Solution: Analyzing conversion funnel tests
- [Instructor] All right, this is the solution video for the assignment on analyzing conversion funnel tests. As a reminder, based on your previous funnel analysis, Morgan put together an updated billing page, and she's run it as a split test 50/50 against the previous billing page. The new billing page lives on billing-2 versus the old billing page that was just billing. She'd like to understand what percentage of sessions for each of those pages ended up placing an order during the test. And she's noted that you ran this for all traffic, not just for your search visitors. So you don't need to limit based on that. Let's jump into workbench and walk through the solution. All right, so the first thing that we're going to do is figure out when billing-2 went live so that we can frame a fair fight analysis. So take a look here, we're doing a select minimum website page view ID from website page views where URL equals billing-2. And we get a first page view ID of 53550. I've noted that…
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)
-
-
-
-
-
-