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?
Hey
- 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
- 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
Welcome to the Amplitude Community!
If you don't have an Amplitude account, you can create an Amplitude Starter account for free and enjoy direct access to the Community via SSO. Create an Amplitude account. You can also create a Guest account below!
If you're a current customer, select the domain you use to sign in with Amplitude.
analytics.amplitude.com analytics.eu.amplitude.comWelcome to the Amplitude Community!
If you don't have an Amplitude account, you can create an Amplitude Starter account for free and enjoy direct access to the Community via SSO. Create an Amplitude account. Want to sign up as a guest? Create a Community account.
If you're a current customer, select the domain you use to sign in with Amplitude.
analytics.amplitude.com analytics.eu.amplitude.comEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.