06 Jul 2021 02:55 PM - last edited on 30 Sep 2022 12:44 PM by MaciejNeumann
Hi,
Is there a way to change the Action Name for mobile application in a more generic way?
For example:
Customer has an action called "Continue", and this action appears in different sections of the application, is there a way to add the "Page Title" next to the name without having to change all the application parts that contain this action like we do using placeholder for a web application?
Thanks,
Melory
Solved! Go to Solution.
03 Aug 2021 03:13 PM
@melorymonie were you able to get a solution in place for this?
20 Aug 2021 01:42 PM
Hi Chad,
No. I didn't find a way to do that. The customer is customizing each action name by it's own.
08 Nov 2021 01:38 PM
having some placeholders we could use in a naming rule would come in really handy here
06 Jul 2022 12:22 AM
Still no solution to this?
06 Jul 2022 07:51 AM - edited 04 Jul 2024 07:47 AM
Mobile apps are different and there is not a generic way how to obtain user action metadata due to mobile app design. User action naming rules can help you with modifying the name, but generally the naming must be done in the mobile application itself - and "baked" into the application itself.
If you use auto-instrumentation, for the automatically detected user actions you can use:
For manually created user actions using Dynatrace.enterAction() the name is specified as method argument. Options above do not apply for manually created user actions.