Forum Discussion

keaoner's avatar
keaoner
Frequent Visitor
9 years ago
Solved

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 you,

  • keaoner

     

    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,

5 Replies

  • v-sihou-msft's avatar
    v-sihou-msft
    Microsoft Employee

    keaoner

     

    What does your retrieved dataset looks like?

     

    When using sankey diagram, make sure you have two fields "source" and "target". It supposes to show the correct cascaded stream from source to target.

     

     

    Regards,

     

    • keaoner's avatar
      keaoner
      Frequent 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's avatar
        v-sihou-msft
        Microsoft Employee

        keaoner

         

        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,