The problem with most Google Analytics reports is that they don't align with your actual business cycle. By default, Google Analytics only groups data by daily, weekly, or monthly insights; however, most businesses operate on a seasonal basis. You can easily compare a few months to the year before or prior period, but what if you want to see how each season or quarter performs compared to the rest of the year?
This custom Looker Studio report lets you do just that and more
Here's How to Set It Up:
- Select Vertical Bar Chart
- Select Your Data Source
- Click Dimension and select "Add calculated field"
- Paste the following code
CASE
WHEN Month IN (12, 1, 2, 3) THEN "4. Winter"
WHEN Month IN (4, 5) THEN "1. Spring"
WHEN Month IN (6, 7, 8) THEN ""2. Summer""
WHEN Month IN (9, 10, 11) THEN "3 Fall"
END - Update the numbers in () to match your seasons/or business cycle
- Update labels in quotes to match your seasonality number in front to help organize how they show from left to right.
- Under the default range filter, select custom, then select a 12-month period you want to look at.
- (Optional) Add a control field to look at your data by landing page, item name, traffic source, etc.