[FE&R] Sending AB Tasty event to FullStory
Introduction
Learn how to set up a server-side connector between AB Tasty and Fullstory to automatically send experiment and personalisation events from AB Tasty to your Fullstory account. This guide walks you through the configuration steps, authentication setup, and event mapping to ensure accurate and real-time data synchronisation.
Set-up
On Fullstory, create 2 custom events
FullStory Dashboard Configuration
Go to Settings → Data Management → Events
Create "flagship" event with properties:
Flagship_campaign_str (string)
Flagship_variation_str (string)
Then Go to Settings → Integrations → API Keys
Generate and copy an API key (admin permissions required)
Create a Fullstory Connector on AB Tasty
Go to AB Tasty > Integration Hub > FE&R integration HUB
Create a FullStory connector
Give your connector a name
Paste the previously created Fullstory API key
Visitor ID Requirement
FS.identify(YOUR_USER_ID);
Decision API must be called with this visitorID; otherwise, the hit won’t be sent to the third party
TroubleShoot
On FullStory, hits can be viewed on
Settings → Data Management → Properties (as seen )
Real-time view with "flagship" event types captured by FullStory (as seen )
Last updated
Was this helpful?

