Skip to main content

Appreciate this may be a very basic question and not sure funnel conversion is the right way to go about it.

I’ve got a sequence of events that occur over time in this order, which is created by a single user: 

task_started (event property task_id=1)

task_started (event property task_id=2)

task_complete (event property task_id=1) 

… some hours later

task_complete (event property task_id=2)

 

The question I want to answer is what is the average time for a task to be completed once it has been started. 

 

How can two events be related together based on a property so they are linked as far as a conversion / journey is concerned?

 

The conversion funnel provides a time to convert but it only works for unique users, it doesn’t work for total events. Given a user may be starting and completing many tasks, it’s the events I’m interested in rather than the unique users.

Hi ​@James Moore 

You can hold your task_id property constant and apply the funnel on total events instead of unique users.
Here’s a doc which explains this - https://amplitude.com/docs/analytics/charts/funnel-analysis/funnel-analysis-hold-properties-constant
Hope this helps.


That’s perfect, thank you Saish.


Reply