Track user actions tied to a user login event

Hello,

We have a use case where we want to track user actions tied to a user login event. Basically we want to follow along the user in a session; using sessionID from the context object would be ideal for this but I found out that the Refresh Token flow does not keep track of sessions and therefore does not provide the sessionID parameter in the context object. Asking if there is any known workarounds for this? Perhaps another ID that could be used in the Rules to accomplish what we need in our use case? Thanks in advance!

Hey there!

So we used to have a section on integrating Google Analytics with Auth0 but it seems like we no longer have it. What I would try exploring here in order to somehow make the tracking you want happen are the objects available in Rules, more specifically the context object and its properties. More about it here:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.