Skip to content
  • Home
  • Developers
  • API
  • Releases
  • Community
  • University
  • Status
  • Home
  • Developers
  • API
  • Releases
  • Community
  • University
  • Status
Home Integrations Session Replay FullStory Integration
Session Replay Getting Started Administration Data Management Definitions Charts Analysis Examples Heap Plays Integrations Heap Connect Data Privacy

Table of Contents

Was this article helpful?

Yes No

Thank you for your feedback!

FullStory Integration

This doc is for: Admins Architects

Our Fullstory integration allows you to pull session data from FullStory into Heap to analyze against behavioral data in Heap. To explore the customer journey in Heap, you may want to deep dive into a Fullstory session to understand a specific situation or user better.

If you need help, please post in Heap Community or visit our Get support page.

Fullstory makes the current URL for a session available via the FS.getCurrentSessionURL() API. The following snippet can be used to make this information available in Heap.

window['_fs_ready'] = function() {
 heap.track('FullStory Session',{'Fullstory Session URL' : FS.getCurrentSessionURL(true)});
 heap.addUserProperties({'Latest FullStory Session': FS.getCurrentSessionURL()});
};

This code will fire an event every time a new page is loaded with a link to that specific point in the recording. Additionally, a user property will be attached that represents the user’s latest session in Fullstory. You can see this user property by hovering over the event on the Users page.

The Users view in Heap with an event property highlighted

It is also visible within the user information tab on the left.

User information as listed on the Users page in Heap

Was this article helpful?

Yes No

Thank you for your feedback!

Last updated September 23, 2022.

fullstoryfullstory sourceintegration
  • Blog
  • Partners
  • Legal
  • Security
  • Terms
  • About
  • Careers
  • Privacy
  • Contact Us

© 2023 Heap, Inc.