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

# M-Pathy

> Send Kameleoon experiment data to M-Pathy using a custom analytics integration to analyze campaign impact in M-Pathy's digital experience platform.

[M-Pathy](https://www.verint.com/voice-of-the-customer/digital-behavior-analytics/) is a digital experience platform focused on understanding and optimizing user interactions on websites and digital platforms. It provides tools and solutions to help users improve customers experiences and increase conversions. With this integration, you can seamlessly connect Kameleoon with M-Pathy to:

* Send Kameleoon data to M-Pathy.
* Analyze the impact of experiments in M-Pathy.
* Analyze a campaign's performance in M-Pathy report and analytics metrics.

## Setup

### Create a new custom analytics integration for M-Pathy

First, you must enable M-Pathy in Kameleoon. To do this:

1. Log in to your Kameleoon app.
2. Click **Admin** > **Integrations** > **New custom analytics**.
3. Name your integration and select the projects on which it will be configured.
4. Click **Next**.

<Note>
  If you want to know more about custom analytics, please read [the dedicated documentation](./custom-analytics-integration).
</Note>

1. Copy and paste our [M-Pathy sample code](https://github.com/Kameleoon/custom-analytics-integrations/blob/main/m-pathy/m_pathy.js) into the pop-in section.
   * You can adapt the sample code to your needs.
   * Don’t forget to add your own slug in the code—line 11 in the sample code.

<Note>
  Any custom code added here will be exposed in the kameleoon.js file and so available publicly. Please do not put private API keys or passwords in this section.
</Note>

6. Click **Validate**.

Your analytics solution is added to the list of your integrations.

You can modify the installation code later if needed, deactivate the tool, or delete the integration.

### Associate your M-Pathy integration with a campaign

#### In the Graphic/Code editor

When finalizing your experiment:

1. Click **Tacking and Goals**.
2. Configure your custom analytics as a tracking tool.

Your analytics tool will be mentioned in the summary pop-in before going live.

Kameleoon will automatically transmit data, and you can view your results directly in the analytics tool.

#### On the personalization creation page

You can select your custom analytics as a reporting tool for a personalization the same way you would in an A/B test.

#### On the Results page

Once your custom analytics integration is defined as a reporting tool for a campaign, you can select (or unselect) it via the Results page. To do this:

1. Click **Reporting tools** > **Edit**.
2. Select or deselect the tool.
3. Click **Validate**.

#### On a feature flag

[Learn how to manage third-party analytics integrations.](../../../experimentation/feature-experimentation/track-your-feature-experiments/managing-third-party-integrations)
