18 Dec 2019 12:24 PM - last edited on 19 Oct 2022 03:05 PM by MaciejNeumann
In my application I'm recording a custom action named "my_action_name" using DTXAction.
During this recording I record a purepath value named "my_action_value".
I can successfully query for my custom action using the following query.
SELECT * from usersession where useraction.name = "my_action_name"
If I click into that session, find my action and perform waterfall analysis on it I can see that "my_action_value" has successfully been recorded.
My question is: how can request my recorded value (my_action_value) in a user session query so that I can chart it?
Ideally I'd like to do something like the following:
SELECT AVG(my_action_value) from usersession where useraction.name = "my_action_name"
Solved! Go to Solution.
18 Dec 2019 01:53 PM
You have to add user action property based on Request attrbitue.
18 Dec 2019 03:16 PM
I can see the 'session and user action properties' for my web application.
For my mobile application there is no such option.
Is it possible to add user action properties for mobile?
18 Dec 2019 03:33 PM
You didn’t mentioned that you have mobile app. You will not be able to use this option. You can create multidimensional analysis in service that will show for example response time vs parameter value. Next year there will be option to create custom metrics based on those data. You will be able add them to dashboard then.
More info
Sebastian
18 Dec 2019 03:43 PM
Apologies for my omission and thankyou for the information