06 Aug 2025
08:06 PM
- last edited on
07 Aug 2025
07:21 AM
by
MaciejNeumann
Hi all,
I'm looking for clarification regarding user action/session properties that have similar key names across applications.
Say for example:
Next, a user navigates to both application A and B (which according to the documentation here, it will capture as a single session) and a session is created based on their activity in both applications.
If I were to search (either by USQL or the User Session UI) for a particular value of property "loyaltystatus" as it relates to Application A, will these searches conflict due to having the same key name? Is it best practice to have either a prefix or a differentiator for certain properties with similar names across applications?
I don't see any sort of restrictions when creating two properties with the same name across applications in Dynatrace, but I wanted to double-check
Thanks in advance
13 Aug 2025 03:31 PM
Hello,
If the properties are action level, you should not have a problem querying them from USQL, as you can always provide the application name in the WHERE clause.
But the property is session-level, so you would not know from which application it was captured.
As you mentioned about prefixes, you can definitely use the application name as a prefix to easily solve this when configuring the session properties.
Best Regards
Kiran