# Amplitude Integration

Amplitude is a digital analytics platform that gives self-service visibility into the entire customer journey. You can integrate your CustomFit account with Amplitude to have your CustomFit experiences and behaviours pushed as custom events in Amplitude.

### Prerequisites

* A Amplitude account that is currently active
* Your webpage should have both the CustomFit code snippet and the Amplitude analytics code.

### Integrating CustomFit with Amplitude

* Log in to your CustomFit dashboard.
* From the dashboard sidebar, click on **Settings > 3rd Party Integrations.**
* On the integrations page, you can see the **Amplitude** section.

<figure><img src="/files/JnbUBJKlG454A02F8sqA" alt=""><figcaption></figcaption></figure>

* Click on the status field to enable Amplitude integration.

<figure><img src="/files/ec0zSYqs7eoFRg0gcHiB" alt=""><figcaption></figcaption></figure>

### Validating integration

Once the integration is configured, you can validate that your experience behavior data is being transmitted to Amplitude.

* Log in to your Amplitude account.
* Click on the **Data** tab.

<figure><img src="/files/kLjFHBogA0LfvC1g3Ae5" alt=""><figcaption></figcaption></figure>

* To view a list of all the events the account has received, select the **Events** option.

<figure><img src="/files/ezG75Ye5lxX51VEmOOXP" alt=""><figcaption></figcaption></figure>

* Under the **Events** tab, you can see an event by the name **CustomFit Experience Viewed**. Click on this event to see the experience and behavior details.

<figure><img src="/files/Rxo348r8XrbfHhiwSj0s" alt=""><figcaption></figcaption></figure>

### Reports in Amplitude

To filter the reports, perform the below steps:

* Log in to your Amplitude account.
* Click on the **Create** button.

<figure><img src="/files/Ife6ZIxUwEGTe2Hrz5n0" alt=""><figcaption></figcaption></figure>

* Then, click on the **Segmentation** option.

<figure><img src="/files/KfTblhMGbIyjVykCz3mB" alt=""><figcaption></figcaption></figure>

* Click on the **Add Events** option and search for the **CustomFit Experience Viewed** event.

<figure><img src="/files/Z9Jd7ISW0MeTSdhYPwL4" alt=""><figcaption></figcaption></figure>

* Next, click on the **Filter by** option to filter the events based on the experience behavior data.

<figure><img src="/files/v8pIRtB3YqcGiBDW28jN" alt=""><figcaption></figcaption></figure>

* From the event properties, select the required property to filter. For example, if you want to filter the report based on experience behavior then select **experience\_behavior**.

<figure><img src="/files/9NQtx51frrKf5sX3YjZY" alt=""><figcaption></figcaption></figure>

* Then, from the dropdown, select the requried value and click on the **Apply** button.

<figure><img src="/files/KFNb3hjBQEX8SYwxMkAx" alt=""><figcaption></figcaption></figure>


---

# 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://doc.customfit.ai/integrations/amplitude-integration.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.
