> 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-segment.md).

# FullSession with Segment

The FullSession integration with Segment allows you to install and enable FullSession on your website or app. With the click of a button, you’ll be able to capture sessions and send custom events and user traits from Segment to FullSession . This means no custom coding is necessary to get up and running, saving you time and development resources.

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

* A Segment account
* A FullSession account
* Admin access to FullSession Account

Setting Up the Integration

Segment's *Destination Actions* allows more functionality and improves upon the existing process by enabling you to see and control how event data is captured and sent to action-based destinations. The actions available in Segment that can be mapped to FullSession's API are Identify User, Track Event, Viewed Page.

1. Log in to Segment, click Catalog, then click Destinations.
2. Find and Select FullSession , then click Add destination.

   <figure><img src="https://downloads.intercomcdn.com/i/o/nosi46ch/1804768522/217faae7403ee9a4a90157ede98e/w%3D1420?expires=1782777600&#x26;signature=1819829432a94f5b22bb4f4a17f0a952a3024563184e20ef9378b36f07fea56a&#x26;req=dSgnEs54lYRdW%2FMW3nq%2BgakW6uZbNmQ8%2FeBMcD1A82p7YOKnRxaNcrtXTv07%0A7Btrj2Iq4oEOZUd1n7rUBOYGazE%3D%0A" alt=""><figcaption></figcaption></figure>
3. Select the source site you want to add the integration to

   <figure><img src="https://downloads.intercomcdn.com/i/o/nosi46ch/1804768875/c241e1572582ada2a6514479255c/w%3D1420?expires=1782777600&#x26;signature=252d71311ef8e2802492d0701e05b1fd2b776f816175e40db8e6fb5acb7bce2b&#x26;req=dSgnEs54lYlYXPMW3nq%2BgXVhqHpbQNtWt80%2FcarssPjAuYBaeB40ySCcKY%2Fr%0AluwWyqs53339vKy5G9SA8hh1SQg%3D%0A" alt=""><figcaption></figcaption></figure>
4. Give the integration unique name

   <figure><img src="https://downloads.intercomcdn.com/i/o/nosi46ch/1804769193/19198f4fc3adfee3dbe9f2c6f21a/w%3D2000?expires=1782777600&#x26;signature=8b7e6f171ca259e8fb5774eb915091a37e0d8f3c8b3aed92a0c4c894d8988e6c&#x26;req=dSgnEs54lIBWWvMW3nq%2BgdNgGA7nHeGIwAwXZ35mUBlH28K8i0qgOFncNo65%0AL66VwQH1qm7Nt5nqFQ5vvJim0h8%3D%0A" alt=""><figcaption></figcaption></figure>
5. In the settings tap enter the customer ID (link to how to get the customerId) and toggle the enable destination

   <figure><img src="https://downloads.intercomcdn.com/i/o/nosi46ch/1804769511/9dafeb43e7f503d815b04cfc7c67/w%3D1420?expires=1782777600&#x26;signature=49b150e1a86d1825b833485b580445077ec579ed4e31df1691b5d8aaa6c494fd&#x26;req=dSgnEs54lIReWPMW3nq%2BgT3jk7eaMA9eA8Kc9d2dRLWYUYUmv75nXmFOw%2Fk0%0A%2FiiFBpqQfa%2Fyu1a7utgrytNNAFQ%3D%0A" alt=""><figcaption></figcaption></figure>
6. Don’t forget to save the changes

   <figure><img src="https://downloads.intercomcdn.com/i/o/nosi46ch/1804769848/2729c67f06a0c98121394429ee4c/w%3D1420?expires=1782777600&#x26;signature=7cec0345f28255b6e1660ad4039e17fb51b8d8b8b63566cf619bbc9e31d74331&#x26;req=dSgnEs54lIlbUfMW3nq%2Bgb5JvCGHgnHr8FjZ6EoBABEavP7sXqJB%2FLw1WDHl%0AZdF5VukMaxYO806oFpVvPlC31dc%3D%0A" alt=""><figcaption></figcaption></figure>

And that’s it, now FullSession snippet code will be installed automatically into your source along with segment snippet code and all (Track, identify, Page) events that you configured in segment will be sent automatically to FullSession dashboard


---

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