segmentio/analytics.js-integrations

Adding Fullstory Session URL in event context

CannibalKush opened this issue · 1 comments

https://help.fullstory.com/hc/en-us/articles/360051691994-FullStory-Integration-with-Segment-Technical-Guide-Mobile#01EVCPFZTMNV7E9CX60CHV38DX

On mobile, the Fullstory middleware for segment adds the session URL to screen and track calls, as well as all event contexts.

Is it possible to do something similar with Analytics.js using the Fullstory integration on Web with JS?

Answered my own question: Yes, just add Segment middleware and use FS.getCurrentSessionURL(true)