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.
Solved! Go to Solution.
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.
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