From the course: Advanced MySQL Data Analysis
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Solution: Cross-channel bid optimization - MySQL Tutorial
From the course: Advanced MySQL Data Analysis
Solution: Cross-channel bid optimization
- [Instructor] Alright, this is the solution video for your assignment on cross channel bid optimization. As a reminder, Tom is coming to you, asking you to pull non-brand conversion rates from session to order for gsearch and bsearch. And he'd also like you to slice the data by device type. He's asked you to analyze August 22nd to September 18th. Results should look like this, with device type and UTM source as two of the breakdowns, and then metrics being sessions, orders, and conversion rate. This should feel similar to stuff that you've already done, grouping your data into segments, and then looking at sessions, orders, and conversion rates. The main difference here is we're pulling two segments, so we're having device type, and then additionally slicing by UTM source. Hopefully, this made sense to you. Let's walk through the solution now. Here, I've started specing out a solution query for you. We are pulling data from website sessions and left joining to orders so that we can…
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)
Introduction32s
-
(Locked)
Analyzing channel portfolios9m 4s
-
(Locked)
Assignment: Analyzing channel portfolios1m 20s
-
(Locked)
Solution: Analyzing channel portfolios4m 44s
-
(Locked)
Assignment: Comparing channel characteristics49s
-
(Locked)
Solution: Comparing channel characteristics4m 11s
-
(Locked)
Assignment: Cross-channel bid optimization1m 11s
-
(Locked)
Solution: Cross-channel bid optimization3m 22s
-
(Locked)
Assignment: Analyzing channel portfolio trends1m 6s
-
(Locked)
Solution: Analyzing channel portfolio trends7m 23s
-
(Locked)
Analyzing direct, brand-driven traffic7m 21s
-
(Locked)
Assignment: Analyzing direct traffic1m 50s
-
(Locked)
Solution: Analyzing direct traffic8m 22s
-
(Locked)
-
-
-
-