Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Visualizing customer journey through a chart (different paths)

Hi Everyone,

 

I would like to analyse the customer journey of the users of a website by having all the different path combinations that have been followed 

Ideally I would like to  have it in a table : 

 

Path combinationNumber of CustomerID
homepage+pagexxxx+pagexx+pagex4,445
pagex+pagexxxx+pagexxxx350
pagexxx+pagexxx54

 

and also to get a chart like this:

 

 

The data that I have are like this and I would like to know how to transform the data to get this chart or at least a table with the list of the path combinations and its number of users, and also the average of time it takes to move from pagexxx to pagexxxxx

 

 

EventIDCustomerEvent DateTimePage
35353115/10/2019 06:30:25pagexxxx
94464115/10/2019 06:31:15pagexx
3653434115/10/2019 06:34:02pagexxxx
10187353215/10/2019 06:30:05pagexxxx
3938364545315/10/2019 06:31:17pagex
464646315/10/2019 06:33:29pagexxxxx
1928764415/10/2019 07:32:15pagexx

 

I know there was already a similar post this topic, however the solution provided is just showing where the user starts and where the user ends and does not show the the steps in between.

 

If someone could help me please.

 

Thanks in advance

4 Replies