Skip to main content
Solved

I am wondering how many days it will take before somebody converts on my website.

  • May 27, 2022
  • 1 reply
  • 523 views

Forum|alt.badge.img

My assumption is that it takes several days before somebody converts on my website, how can I get the insight how many sessions I need for this? And how long does this take as in total days before they convert?

Best answer by SheenaGreen

Hey @Abrahams! I think the Funnel chart will be helpful for this. Create a Funnel chart where the first event is Session and the second event is Purchase. In the examples below, I am using Play Song or Video as the first event and Purchase Song or Video as the second.

  1. The Frequency feature will show you how many times a user performs Play Song or Video before Purchase Song or Video: https://analytics.amplitude.com/demo/chart/new/595mdf1
  2. The Time to Convert feature will show you how long it takes from when the user first performs Play Song or Video to Purchase Song or Video: https://analytics.amplitude.com/demo/chart/new/n89cdvw 

I’m not sure how you define Session in your instance, but what we do is we run the following function to define a variable called amplitudeNewSession:

function(){
var amplitudeNewSession = amplitude.isNewSession();
  return amplitudeNewSession;
}

When amplitudeNewSession = true, we fire an event called “Landing Page View”. When it’s false, we fire the regular “Page View” event. 

Hope this helps!

View original
Did this topic help you find an answer to your question?

1 reply

SheenaGreen
Super Helper
Forum|alt.badge.img+8
  • Super Helper
  • 60 replies
  • Answer
  • May 31, 2022

Hey @Abrahams! I think the Funnel chart will be helpful for this. Create a Funnel chart where the first event is Session and the second event is Purchase. In the examples below, I am using Play Song or Video as the first event and Purchase Song or Video as the second.

  1. The Frequency feature will show you how many times a user performs Play Song or Video before Purchase Song or Video: https://analytics.amplitude.com/demo/chart/new/595mdf1
  2. The Time to Convert feature will show you how long it takes from when the user first performs Play Song or Video to Purchase Song or Video: https://analytics.amplitude.com/demo/chart/new/n89cdvw 

I’m not sure how you define Session in your instance, but what we do is we run the following function to define a variable called amplitudeNewSession:

function(){
var amplitudeNewSession = amplitude.isNewSession();
  return amplitudeNewSession;
}

When amplitudeNewSession = true, we fire an event called “Landing Page View”. When it’s false, we fire the regular “Page View” event. 

Hope this helps!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings