In order to implement our tracking system and ensure we can match User in Insided with a User in our App, we need to have access to the token_sso_id at any time during a user’s session.
It will prevent us from having to make an API call at each page load to recover the user’s token_sso_id and match and track, and do it again.
So the idea is: Could you add the token_sso_id parameter to the InsidedData object for us to access it at any time from Insided (and not the API) ?
We intend to track users with Segment but I guess this would be the same process with Google Analytics so both could benefit from the improvement.
Thanks