Real User Monitoring
User session monitoring, key user actions - everything RUM.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User action property does not work throught USQL

MAkimov
Mentor

Hello

I find that user action property does not work throught USQL.

Is it really so?

the documentation of Limitation does not say about it https://www.dynatrace.com/support/help/shortlink/user-session-properties#limitations

Are there any plans to add this functionality ?


My example:

user action property for action:

user action property does not work throught USQL.

4 REPLIES 4

JamesKitson
Dynatrace Guru
Dynatrace Guru

That is correct, user action properties are not yet supported in USQL. I can't provide specifics but from what I've seen it is quite close to being available.

AlexanderSommer
Dynatrace Champion
Dynatrace Champion

User action properties will be available for usage in USQL with version 1.200. So it will be available by end of August.
Example: select useraction.stringProperties.web_utm_source FROM usersession

will it be available for the funnel function?

for example, I want to indicate as a step - the action where a certain was called user action property ?


example:

SELECT FUNNEL(useraction.name="/easytravel/main" AS "Step 1", 
useraction.stringProperties.web_utm_source="/easytravel/rest/journeys/969" AS "Step 2") FROM usersession


Hi,

Thanks for the clarification in this thread.

I wanted to check if this capability is currently supported in recent Dynatrace versions.

I am working in a Managed environment and attempted to query user action properties via USQL (based on the expected syntax), but the fields are not recognized and no data is returned.

I also reviewed the release notes but couldn’t find a clear reference confirming that user action properties are fully supported in USQL.

Could you please confirm if this feature is officially available today? And if so, is there any specific requirement or syntax needed to query user action properties correctly?

Thanks in advance.

Featured Posts