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

Capturing userid with two specific consecutive user actions

erh_inetum
Advisor

Hi,

 

We want to extract the userid that have clicked on two useractions. These useractions must be appear consecutive.

 

I've read here

https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-use...

that Ordering is partially supported

How can we do to get this?

 

Thanks in advance.

Regards,

Elena.

2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

@erh_inetum were you able to get a solution to this? This should be able to be completed by having the USQL select the User ID where the user actions are (Action1) and (Action2). Granted you might need to do some tweaking as this is very generic. 

SELECT userId FROM usersession WHERE useraction.name IS "<ACTIONNAME>" AND useraction.name IS "<ACTIONNAME>"

-Chad

Hi @ChadTurner . I'll test it and I'll tell you.

Thanks!

Featured Posts