Trying to instrument some user action details captured by UEM.
The User Action Details capture the browser URL as seen here. However, the only measure that would seem relevant to express this is the Page Action - Name Filter Measure, which it does not. I really need a way to transform regex the URL as a splitting value.
Is there really no way to setup a BT to split on the browser URL?
Answer by Andreas G. ·
The team just told me that we only get the UriPart in the Measure - thats also why the Measure is called URI and not Full URL.
So -even though the data is available - the measure in the moment only works on the URI Part. This would be something for an RFE
Hey @Andreas Grabner, was there an RFE created for this? This functionailty would be incredibly useful.
Thanks,
Tyler
Answer by Andreas G. ·
Hmm. I see. I will talk with engineering about this and see if there is a way to get that part of the URI as well.
Any chance you send over an exported Visit? if data is sensitive feel free to send it via email: community@dynatrace.com
Answer by Andreas G. ·
The Page Actions - Name is the measure to use here. You can check the box next to "Target URI" and then define the transformation RegEx. Then use this measure as a split
Answer by Kyle K. ·
I know there are a few measures that support a URI path or everything after the dot com ie. www.yoursite.com/<This part is the URI>. With these you can set up some regular expressions to ensure you are getting the correct page/pages. Is there any reason that you need the full URL?
JANUARY 15, 3:00 PM GMT / 10:00 AM ET