> For the complete documentation index, see [llms.txt](https://docs.fullsession.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullsession.io/19.-integrations/fullsession-with-optimizely.md).

# FullSession with Optimizely

This guide outlines the steps for integrating FullSession with Optimizely. Through this integration, each recorded session can be associated with experiment and variation information, enabling FullSession customers to compare user behavior across different segments based on experiment or variation IDs and names. By consolidating these insights into a single solution, FullSession reduces the need to switch between tools and helps businesses better understand the impact of experiments on customer behavior. By the end of this tutorial, users will be able to integrate FullSession with Optimizely.

### Prerequisites: <a href="#h_19b4ce7762" id="h_19b4ce7762"></a>

* An Optimizely account
* A FullSession account
* Admin access to both FullSession and Optimizely

### Optimizely: <a href="#h_bfe4747de5" id="h_bfe4747de5"></a>

Establish the core elements of Web Experimentation by specifying pages, tags, and events, determining traffic allocation, guiding experiments from draft to launch to archive, and activating the winning variations. [Learn More](https://support.optimizely.com/hc/en-us/sections/39026458919181-Experiment-configuration)

### FullSession: <a href="#h_5abfe7ed15" id="h_5abfe7ed15"></a>

1. Log in to your FullSession account and navigate to "Settings” in the left bar.
2. From the submenu, select "Integrations".
3. Locate Optimizely in the list of available integrations and click "Install".
4. Select the domain (site) that you want to integrate Optimizely with and then press “Connect with Optimizely”.

<figure><img src="https://downloads.intercomcdn.com/i/o/nosi46ch/1749796871/48d4d8adba7c7dd5473bac96af9c/image.png?expires=1782777600&#x26;signature=6b8f8132d997a9745680c59a5caedbb815a4e7306afab7cdb74214379f413305&#x26;req=dScjH853m4lYWPMW3nq%2BgflrGQjml09dBuy2opwFW2MWUvOArLrsLTqu8Ogz%0AYCLnf2IYTu3%2BLBGO9EM10fXo01Y%3D%0A" alt=""><figcaption></figcaption></figure>

5\. Now, FullSession starts collecting the IDs/names of the different experimentations/variations from the recorded sessions and injecting them as custom attributes within the sessions. This allows FullSession users to start using optimizely filters to observe the different variations and create respective segments accordingly.

<figure><img src="https://downloads.intercomcdn.com/i/o/nosi46ch/1749800499/05ea3f051d37a093af082199fa1b/image.png?expires=1782777600&#x26;signature=2a68074eb338ed4436f91cd2f43bd73665b179a6429b0d9e2fe45ca527177311&#x26;req=dScjH8F%2BnYVWUPMW3nq%2BgdDYKEeu1hRwpUucwmVVt0P2O9pb0wgnkpcj4Fqf%0AiQrKROquxDO3qsI5Qj546WdDgPk%3D%0A" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fullsession.io/19.-integrations/fullsession-with-optimizely.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
