# Send Feature Experimentation Event to FullStory

{% hint style="warning" %}
Visitor ID requirement

To make this integration work, you must identify the visitor using the same user ID before calling the Decision API.

What you must do

• Identify the visitor in FullStory using: `FS.identify(YOUR_USER_ID);`\
• Call the Decision API with this same visitor ID\
• If the visitor ID isn’t passed, the hit won’t be sent to the third party
{% endhint %}

### Overview

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

{% stepper %}
{% step %}

#### 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)
{% endstep %}

{% step %}

#### Create a Fullstory Connector on AB Tasty

* Go to **AB Tasty** > **Integrations** > **Feature Experimentation Tab**

{% hint style="info" %}
To access FE\&R integration HUB, your account must have a valid FE\&R Integration Hub
{% endhint %}

* Create a FullStory connector
  * Give your connector a name
  * Paste the previously created Fullstory API key

{% hint style="warning" %}
**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**
{% endhint %}
{% endstep %}
{% endstepper %}

### TroubleShoot

On FullStory, hits can be viewed on

* **Settings** → **Data Management** → **Properties** (as seen here[^1])
* Real-time view with "**flagship" event** types captured by FullStory (as seen here[^2])

[^1]: <img src="https://2350286830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Yw9IRJ6KbbucQPwZUCZ%2Fuploads%2Fa8SmXgDEZbeiikhwcA35%2Funnamed.png?alt=media&#x26;token=1fbde08c-3436-4dac-8561-4358b118b779" alt="" data-size="original">

[^2]: <img src="https://2350286830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Yw9IRJ6KbbucQPwZUCZ%2Fuploads%2FgjkAgwmcg0SLhVlThkEj%2Funnamed-1.png?alt=media&#x26;token=8353f403-ab5a-4ac1-be63-91624512013e" alt="" data-size="original">
