• EnglishEspañol日本語한국어Português
  • Log inStart now

Analyze the bottom-of-the-funnel

Even though improving your customer experience is often done comprehensively, focusing your efforts on improving conversion also increases your customer experience quality. This is what's known as bottom-of-the-funnel analysis, and it's about improving conversion by focusing on performance at the end of the user journey instead of the customer experience as a whole. This guide walks you through how to do this properly using New Relic, and by the end of the guide you'll have both analyzed your bottom-of-the-funnel and have the information needed to do so as continually.

Most sites and apps are built with one or more purposes in mind, and where there's a purpose, there's also likely a user journey. For example:

PurposeUser journey
Brand awarenessDownload a whitepaper
Customer supportRaise a support ticket
Customer services (registration, forms, payments)Make a payment
EntertainmentStream a movie
GoodsBuy clothes and accessories
Informational purposesFind a support program in your state
Lead generationJoin distribution list to get promotions and coupons
OutreachGet information about events in your town
Services (travel, rentals, bookings)Book a flight
Social mediaShare a selfie

When a user completes a journey, it's referred to as a conversion. All conversions have a value, and the best way to improve the conversion rate is to start at the bottom of the funnel, when the intent to complete the user journey is clear.

You should always address any glaring issues with your app or site no matter where they occur. When it comes to optimizing conversion, it's better to start at the bottom of the funnel for two reasons:

  • Higher return on investment by focusing on the stage where users are already more likely to convert. Addressing performance issues here will see an immediate impact on your bottom line.
  • If you have issues at the bottom of the funnel, optimizing earlier stages may not have much of an impact on your conversion rate.

Optimizing the top or the middle of the funnel without focusing on the bottom first can leave a large hole in your customer experience. Once you've optimized the bottom of the funnel, you can use the same techniques to optimize earlier stages of the user journey.

Key performance indicators

Bottom-of-the-funnel analysis measures the following KPIs:

Identify where the bottom of the funnel starts

The bottom of the funnel is focused on the final steps of a user journey where a user has gone far enough to show intent to complete the journey. Here are some examples:

Distinguish between pages and actions

The final steps of a user's journey are likely to be a mix of full page loads and AJAX calls. You'll need to know all pages and AJAX requests for the next step. If you're not sure which requests are running from the page in question, you can run:

SELECT count(*) FROM AjaxRequest WHERE pageUrl like '%FILTER%' FACET groupedRequestUrl SINCE 1 DAY AGO

Once you've done this, you can create a scripted monitor for your bottom-of-the-funnel.

Create a scripted monitor for the bottom-of-the-funnel

Make sure you have a scripted monitor for each path through the bottom of the funnel. The goal is to make sure your bottom-of-the-funnel services are working around the clock.

For example, you may have a checkout flow that calls a different payment API depending on the customer's payment preferences.

Capture current performance

  1. Follow the instructions in our bottom-of-the-funnel analysis README on GitHub, which walks you through the bottom-of-the-funnel analysis dashboard and relevant KPIs.
  2. Use the dashboard from the previous step to understand the bottom-of-the-funnel performance.
  3. Create a plan to improve KPIs that don't meet target values, as well as reduce revenue at risk.

Improvement process

Whether you have a dedicated initiative to improve performance or you've classified it as ongoing maintenance, you need to track your progress at the end of every sprint. For detailed information, see:

Tip

A common question is: Should I apply segmentation by breaking out performance into cohorts, such as region and device type? It depends on your needs, but segmentation is a good idea if:

  • Your organization wants to address a target audience from a particular cohort that you can segment by using either custom attributes or data that is already available in New Relic.
  • You're already familiar with bottom-of-the-funnel analysis and there's a significant enough difference in performance among different cohorts to warrant tracking and/or developer focus.

Best practices going forward

Maintaining a high quality of your bottom-of-the-funnel is an ongoing process, and it's a good idea to make routine analysis and adjustments to ensure your conversion rate is optimal. Your needs will be unique to your organization, and the procedure you use will reflect that. The procedure may also change as your needs change over time. However, you can keep the following suggestions in mind:

  • Revisit performance metrics at the end of each sprint.
  • Any time the user journey changes, revisit if the bottom-of-the-funnel steps are the same. Incorporate changes in developer sprints as needed.
  • Openly share metrics with the lines of the business you support as well as other internal stakeholders.
  • Revisit your customer experience SLOs. Do you need to define more ambitious SLOs for the end of the funnel?
  • Create alerts for business critical drops in quality foundation KPIs.
Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.