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: Bid optimization for paid traffic - MySQL Tutorial
From the course: Advanced MySQL Data Analysis
Solution: Bid optimization for paid traffic
- [Instructor] All right, this is the solution video for your assignment on traffic source bid optimization. As a reminder, Tom is looking for some help analyzing device-specific conversion rates. Your results should look something like this with sessions, orders, and session to order conversion rate broken down by device_type. Let's jump into Workbench and walk through the solution. All right, so per usual, we're going to approach this as if we were the analyst fielding the request in the present day. So we'll limit our results to records where created_at is earlier than May 11th, 2012. This is another one where we'll use the website_session table (keyboard clacking) and we'll be interested in nonbrand gsearch traffic. So we'll say utm_source equals gsearch and utm_campaign is nonbrand. And then we're going to use website_sessions.device_type, and we'll be doing a COUNT of website_sessions.website_session_id, and that's sessions. And we'll make this DISTINCT just for good measure. So…
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 traffic sources18m 59s
-
(Locked)
Assignment: Finding top traffic sources2m 17s
-
(Locked)
Solution: Finding top traffic sources4m 3s
-
(Locked)
Assignment: Traffic source conversion rates1m 5s
-
(Locked)
Solution: Traffic source conversion rates4m 51s
-
(Locked)
Bid optimization and trend analysis15m 54s
-
(Locked)
Assignment: Traffic source trending58s
-
(Locked)
Solution: Traffic source trending4m 50s
-
(Locked)
Assignment: Bid optimization for paid traffic2m 12s
-
(Locked)
Solution: Bid optimization for paid traffic5m 12s
-
(Locked)
Assignment: Trending with granular segments1m 31s
-
(Locked)
Solution: Trending with granular segments5m 42s
-
(Locked)
-
-
-
-
-
-
-