Amplitude Reports That Show Ineffective Content (Pt. 2)

As part of my tool agnostic analytics reporting series, I’m showing actionable reports you can build in any analytics tool to immediately improve the customer journey. Today’s report is all about showing whether or not you have the right words on your page. Whether it’s the wrong text on a link or button or content that just isn’t robust enough to capture a user, here’s a step by step guide to building your report.

Note: The key to quick, actionable insights for your friction points is thoughtful event tracking and the right event structure. If you’re not sure whether or not you have the right event structure, dive into my event structure blog post. This post gives an actionable list of events you should track and how to update your event naming structure to build reports quicker.

The first indication that the content on your page isn’t resonating with users is finding pages that have a higher than average usage of your global navigation. I’ve demonstrated how to build out the first part of this report with Part 1. Now that you understand which pages have higher than average usage of your global navigation, your next step is to see which global navigation elements your website visitors are using.

Create a segmentation report using your navigation_click event. Group by Page Path and link_text, and count as totals, not uniques.

This should populate the report as such, with your Page Path and link_text are populated as rows. In the columns you’ll see Event Count – the number of times that link text was clicked on that particular page.

It’s especially important to view this report in conjunction with the first report because it gives context. Using only the above report, you would think that you need to focus your efforts only on the home page. However if you view our first report (screenshotted below), you’ll notice that a greater percentage of people had a difficult time on the Bath page, which is actually where we should be focusing our efforts.

There you have it! These are the pages that need the most content help and which content you should be adding on those pages.

Amplitude Reports That Show Ineffective Content (Pt. 1)

As part of my tool agnostic analytics reporting series, I’m showing actionable reports you can build in any analytics tool to immediately improve the customer journey. Today’s report is all about showing whether or not you have the right words on your page. Whether it’s the wrong text on a link or button or content that just isn’t robust enough to capture a user, here’s a step by step guide to building your report.

Note: The key to quick, actionable insights for your friction points is thoughtful event tracking and the right event structure. If you’re not sure whether or not you have the right event structure, dive into my event structure blog post. This post gives an actionable list of events you should track and how to update your event naming structure to build reports quicker.

The first indication that the content on your page isn’t resonating with users is finding pages that have a higher than average usage of your global navigation.

To do that in Amplitude, create a new data table report with the dimensions Page Viewed and navigation_click. Pull your Page Path into the rows column.

Select “Add Event or Metric” in the third column.

Define a new metric:

Your new metric should be a formula using two events, navigation_click and Page Viewed. Your formula should start with “%:” – this indicates that the metric should be formatted as a percentage. Then type in TOTALS(A)/TOTALS(B).

This will show you how many times the navigation was used compared to how many times the page was viewed. The higher the percentage, the more likely your on page content wasn’t resonating with users.

Check out part 2 to see which navigation items are being clicked.