27 Mar 2020 07:44 PM
Hello,
What is the meaning of the elementIdentifier in the conditions field of the naming rule? I can not find this in the documentation,
KR Henk
Solved! Go to Solution.
28 Mar 2020 09:42 PM
Hello,
I think I found it, the element identifier is only part of a XHR request. It could be something line the name of the clicked button
KR Henk
30 Mar 2020 10:37 AM
It is the element (Button, Link Div,...) the user interacted with. There are multiple ways dynatrace determines the element identifier for a given element, like taking the inline HTML of the button.
You can always set a new HTML property (data-dtname) that dynatrace then uses with highest priority to determine the element identifiert.
You can also choose a different element to be used for this in the application settings:
30 Mar 2020 10:39 AM
This is a bit hard to find in the documentation, you can find it here.