Skip to main content

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

[update] - Segment already provides a solution to match users across Insided and your App thanks to sub domain tracking.

 

"Analytics.js tracks across subdomains out of the box; all of our destinations fully support this feature."

 

Source : https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#cross-subdomain-analytics

 

(@Yoeri you might want to close the idea or transform it into a discussion as it is not needed anymore, on our side at least.)


Thanks for the update Victor. Happy to hear that you’ve found a solution. I will close this idea :)