19 Nov 2020 08:53 AM
Hi,
I need to gather a metric only for certain user actions.
I've changed the action names so they begin with "SLA".
How can I get the metric to evaluate only UA that begin with that value?
The metric filter seems to only let you filter by specific value 😞
Is there a way of using the filter to accept UAs beginning with a certain string?\
Any other ideas?
Thanks,
Daniel
Solved! Go to Solution.
19 Nov 2020 01:19 PM
You might need to get support involved in this so they can strip out the built in rules for your application, but you can always set the User Action Placeholder you want to capture:
24 Nov 2020 07:18 PM
hey,
currently there is only a workaround to achieve this.
you can add an action property that "tags" your action and then use this action property to filter for the ones with a tag value of "SLA" in the MDA. This works since we provide a "contains" filter for action properties. And it works with creating metrics!
regards
Thomas
26 Nov 2020 08:42 PM
Hi Thomas!
I had thought of this trick - but unfortunately I cannot set the Action Property by the action's name 😞
If there was a way of marking actions name XYZ with a Property Called X - this could have worked...
Daniel