Forum Discussion
keaoner
9 years agoFrequent Visitor
user Clickstream template
hi, there will he a template for viewing the user clickstream on a website based on the timestamp (in x axis) and web pages visited in step, I tried the sankey diagram but does not work thank yo...
- 9 years ago
The sankey chart can only render a "source to target" chart, it doesn't support a time-based X axis. You may develop a custom visual.
Regards,
keaoner
9 years agoFrequent Visitor
Thank U v-sihou-msft
My dataset is complex, this is the urls navigation on a legal site below an example
Timestamp,jsession,url_current,url_origin,login,identifiant, 2016-11-08 23:59:59.484,67EF41955A146833B6BA6137E04DF2CA,DocumentViewUAContent?key=MC&refId=L13356D1855F9B-EFL,/EFL2/document/key=MC,logincompany,john smith, 2016-11-08 23:59:59.484,8054231955A146833B6BA6137E458663,DocumentViewUAContent?key=MF&refId=L20056D1858020-EFL,/EFL2/document/key=MC,logincompany,john smith,
In my dataset I have notions of timestamp and session of navigation, login of the company and identity of the user, at first what interests me it is an axis X based on the timestamp and the steps that are the url without the query string
Best Regard
v-sihou-msft
Microsoft Employee
9 years ago
The sankey chart can only render a "source to target" chart, it doesn't support a time-based X axis. You may develop a custom visual.
Regards,
- keaoner9 years agoFrequent Visitor
Is that there are visuals downloadable allowing to represent the clickstream?
Best regards