LoginSignup
10
1

Building a Custom Open Funnel Dashboard for Conversion and Abandonment Rates in Looker Studio

Last updated at Posted at 2024-05-27

Hi, I have joined YUZURIHA a few months ago and also started my journey in learning marketing automation for our client's project. I've tried this and that to create comprehensive dashboards for some metrics that can help us identify issues, improve the service etc.

Therefore, for this article I will try to write about how to make a custom dashboard for conversion and abandonment rates in Looker Studio (former Google Data Studio).

Looker Studio and Looker are two different tools. The documentation and functionality it's completely different so be careful when searching.

Why are conversion and abandonment rate dashboards important?

If you already know the basics, jump here.

Monitoring conversion and abandonment rates is crucial for understanding user behavior and optimizing business performance.

Conversion rate

Conversion rate is a critical metric that represents the percentage of users who complete a specific goal out of the total number of visitors. For instance, if 100 users visit your site and 5 make a purchase, your conversion rate is 5%.

Abandonment rate

Measures the percentage of users who initiate a process on your website but leave before completing it. This metric is often used to assess the performance of shopping carts, forms, and other multi-step processes.

For example, if 200 users add items to their cart but only 50 complete the purchase, the abandonment rate is 75%.

High abandonment rates can signal problems such as complex checkout processes, lack of trust, or technical issues. Understanding and reducing abandonment rates can significantly improve user experience and increase the likelihood of conversions.

Why use Looker Studio to create dashboards?

TL;DR: Basically, it's more powerful, customizable and better looking than Google Analytics exploration dashboard. You can share it with your customers or shareholders in a clean comprehensible format that matches the style of the business or presentation ;)

Flexible Design
Looker Studio provides a high degree of customization, allowing you to design dashboards that match your brand’s look and feel. You can customize colors, fonts, and layout to create visually appealing reports that are easy to read and interpret
Multiple Data Sources
Looker Studio can connect to a wide variety of data sources beyond Google Analytics, including databases, spreadsheets, and other third-party tools
Interactive Elements
Enhance user engagement with interactive elements such as filters, date range controls, and clickable charts. These features make it easier for users to explore the data and gain insights without needing to navigate away from the dashboard
User-Friendly Interface
Looker Studio’s intuitive drag-and-drop interface makes it accessible even for those with limited technical skills. You can quickly build and modify dashboards without needing to write code or have advanced knowledge of data analytics

Looker Studio is free although it has a Pro version. Mostly you can create a descent dashboard with the free version but, in case you're curious check the official site.

Now let's jump to the good part.

How to make a conversion and abandonment rate dashboard?

Here are the basic steps:

  1. Identify the site event you want to measure as conversion
  2. Identify the steps a user takes to complete a conversion
  3. Set up your events and key events (former "conversions" in google analytics) in your site. Optionally with GTM
  4. Create a Looker Studio account
  5. Create a blank report and set your data source (choose Google Analytics)
  6. Set up your charts and give them style (Here is the point where this article is about and I will elaborate further)

Many guides focus on shopping sites, discussing purchase conversion rates and cart abandonment. However, adapting these concepts to different types of sites, like membership sites, can be challenging.
Here, I’ll share my experience creating a dashboard for a membership site. The steps for shopping does not differ too much though.

For my membership site, the key metrics to track are:

  • Conversion Rate for New Member Registrations: This measures the percentage of visitors who complete the registration process
  • Registration Process Abandonment Rate: This tracks the percentage of users who start but do not complete the registration

Why Use an Open Funnel Dashboard?

In my case, I chose to create an open funnel dashboard for the abandonment rate due to the nature of our registration process, which includes email verification. Here’s why:

  • Email Verification Step: The registration process on our site requires users to verify their email, which can interrupt the session. A closed funnel dashboard would inaccurately show a higher abandonment rate because it doesn’t account for users returning later to complete verification
  • Multiple Device Use: Users often start the registration on one device (e.g., PC) and finish it on another (e.g., phone). A closed funnel might count these as separate sessions, leading to duplicated session counts and skewed data

Looker studio has not a funnel chart available. The two options are create your own custom funnel or use a 3rd party chart extension (currently known as Community Visualizations).
I will create my own custom funnel chart without any external tool.

Abandonment rate funnel steps

Here are the funnel steps I planned for my site

  1. Number of sessions of my pre-registration page (people who visited the page)
  2. Number of events of pre-registration micro-conversion (people who decided to proceed to the email verification)
  3. Number of sessions of the registration form (after email verification)
  4. Number of events of registration conversion (people who completed the registration process)

You can notice it's not possible to just create a bar chart with these data because the measure unit is not the same for each step.
Therefore we need to do the following to create a custom open funnel dashboard:

  1. Create a score chart for each step metrics
    Step 1: Number of sessions of my pre-registration page
    step1_english.png
    Step 2: Number of events of pre-registration micro-conversion (people who decided to proceed to the email verification)
    step2_english.png
    Step 3: Number of sessions of the registration form (after email verification)
    step3_english.png
    Step 4: Number of events of registration conversion (people who completed the registration process)
    step4_english.png

  2. Blend the steps data into 1 single custom data source
    Select all charts, right click and choose "blend data".
    blend steps_english.png
    It will appear a score chart. At this points it does not tell us much so we will tweak it a little.
    blend steps2_english.png

  3. Create a bar chart from the blended data
    You can see the 4 steps blended data
    blended data_eng.png
    Then we click on the blended data score chart and change the chart type to "bar" or "column".
    It will throw an error but just change the dimension to the 1st column of your blended data and make it bigger. It should look like below.
    blend steps3_english.png
    Then, add the other 3 steps columns to the chart as metrics.
    blend steps4_english.png

  4. Set the abandonment rate between steps
    Select step 2 and then step 1, right click and then choose "blend data".
    blend steps5_english.png
    A new score chart will appear.
    blend steps6_english.png
    However, we need to edit the formula so it shows the data of the people who did not proceed to step 2.
    blend steps7_english.png
    Repeat the same process for the other steps. You can add some style custom formatting to make the score change color according a threshold.
    blend steps8_english.png

Now let's add the conversion rate.

Conversion rate chart metric

Here is the formula
Conversion rate = Conversions / Total visitors x 100

In my site's case it would be:
the number of conversions / number of micro-conversions x 100

In looker studio, it's pretty easy. Just select the conversions chart and then select the micro-conversions chart. Then blend the data and a new chart will appear. That's it. Give it a title to understand what the chart means. I added a small explanation of which steps I'm using for the conversion rate metric.

Final result

Here is the complete conversion and abandonment rate dashboard after giving it a few aesthetic touches.
conversion_abandonment_rate_dashboard_complete.png

Share your dashboard

You can now share your dashboard with other team members, clients or shareholders.
Click share and set the access permissions. I would suggest to give "view only" as default unless you need other people to help you edit the dashboard.

And that's it all for this custom funnel chart in looker studio. Thank you for reading until the end.

End Note

The fun part is that there's is no single path or method with Google Analytics, Google Tag Manager and Looker Studio so use this guide as reference.
I'm still new on this topic so I would love to hear your suggestions on how you would create your dashboard.

10
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
1