> ## Documentation Index
> Fetch the complete documentation index at: https://docs.timothe.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# FullStory 連携

> Turnint AI のセッションイベントを FullStory に送信する方法

セッションイベントを [FullStory](https://www.fullstory.com) のカスタムイベントとして自動送信します。セッションリプレイと合わせて、ユーザー行動の文脈を把握できます。

## 検出条件

`window.FS` がオブジェクトで、`FS.event` が関数として存在する場合に検出されます。

## 送信方法

```javascript theme={null}
FS.event("turnint_started", { type: "started" });
```

## ヘッドスクリプト設定

ポータルの **ヘッドスクリプト** に FullStory のスニペットを貼り付けてください。スニペットは FullStory の **Settings** > **Data Capture & Privacy** > **Data Capture** から取得できます。
