cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Typical user journey

Lisa0325
Visitor

Hi everyone, 

 

I would like to know if there is a way to extract the typical journey of a user in an application through Dynatrace? A kind of module generating statistics on users’ use of the application. 

For now i looked:

  • the “Session segmentation” menu, but it is possible to view the session of each user, while I need a general journey;
  • the application page, where the most frequently performed user actions are displayed, but without the user journey (the actions that led to a page and those that followed).

But this does not meet my need. My goal is to create a funnel chart with the most frequent user journey, like this one:

Lisa0325_0-1711015748523.png

(source: Understand and optimize user journeys with funnel charting (dynatrace.com))

 

Is this possible with Dyntrace? If yes, how can I do this? If not, do you have any ideas how I can do this?

 

Many thanks in advance.

 

 

7 REPLIES 7

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I do not understand your point. Do you want to export Dynatrace information?

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Hi, 

Thank you for your answer.

I need to create a funnel chart retracing the typical journey of a user on an application. For example, on a e-commerce site:

  • landing page
  • login
  • searching items
  • adding items to cart
  • validating cart
  • payment page
  • ...

My question is: can Dynatrace provide me with this information? Does Dynatrace let us to obtain the typical journey of a user on an application?

I hope my query is clearer.

 

Best regards

Malaik
DynaMight Champion
DynaMight Champion

Hi @Lisa0325 

You should specify to Dynatrace what is the desired user journey to capture.

The tool is capturing everything, and it will not suggest the user journey.

Sharing Knowledge

Girlane
Dynatrace Promoter
Dynatrace Promoter

Hi @Lisa0325 , going a little deeper into what @Malaik said, you can follow some steps to create a funnel for a typical user journey using Dynatrace:
1. Define your user journey steps: identify the key steps or actions that represent a typical user journey within your application > actions like visiting the landing page, logging in, searching for items, adding items to the cart, validating the cart, reaching the payment page, and so on.

2. You can create custom user action name rules: it will make it easier to identify the steps in Dynatrace. The rules can tag user actions with specific names based on criteria like URL patterns, HTTP methods and other attributes.

With these, you'll have visibility of the most popular user actions and use USQL to query user sessions and filter them based on specific criteria such as user actions, user attributes, and session properties, so you can aggregate data and calculate metrics related to your user journey steps.

Defining and creating custom user action naming rules can be your first step.



Hi @Lisa0325 ,

Completing the comments of @Malaik  and @Girlane , a funnel chart can you help you to detect if at any step of the typical journey that you define there is an abrupt abandonment of users and that can give you a clue if there is any problem in that user action. And for that reason the users don´t complete the whole processes of something of your business.


You have to provide desired typical journey as @Malaik told. And the way to create is defining the USQL query as @Girlane  explained. Once you define it, the query shows you that data in the funnel graph.

I understand that identifying the user actions of the actions you mention,
(landing page
login
searching items
adding items to cart
validating cart
payment page)
you will get what you need.

 

Regards,

Elena.

Hi Lisa.

On top of the above comments, you can also consider conversion goals. Isolating specific journeys, you immediately get statistics on how many users follow specific journeys.

BR

Lisa0325
Visitor

Hi everyone, 

 

Thank you very much for all you replies, I'll work on that.

 

Have a nice day 🙂

Lisa

Featured Posts