# \[FE\&R] Sending AB Tasty 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 %}

## 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

{% 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** > **Integration Hub** > **FE\&R integration HUB**

{% 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="/files/bfx9bhQZ0fpSSoTJydu6" alt="" data-size="original">

[^2]: <img src="/files/vOlSiCADS15JsVuBcnyM" alt="" data-size="original">


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.abtasty.com/flagship-deprecated/integrations/fe-and-r-fullstory-integration/fe-and-r-sending-ab-tasty-event-to-fullstory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
