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

# Webtrends

> Send Kameleoon experiment data to Webtrends using a custom analytics integration to analyze campaign performance in Webtrends reports and analytics.

[Webtrends](https://www.webtrends.com) is a digital analytics platform that provides tools for tracking and analyzing website performance and user behavior. With this integration, you can seamlessly connect Kameleoon with Webtrends to:

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

## Setup

### Create a new custom analytics integration for Webtrends

First, you must enable Webtrends 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 [Webtrends sample code](https://github.com/Kameleoon/custom-analytics-integrations/blob/main/webtrends/webtrends.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 Webtrends 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)
