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

# Matomo

Matomo is an open source web analytics application that gives you full control over your data. It collects data from websites and apps, enabling you to visualize metrics and extract insights.

The Matomo push integration sends AB Tasty campaign data to Matomo.

## How campaign data is sent <a href="#h_01hdh90vx1xbxgnjprq74yvdaa" id="h_01hdh90vx1xbxgnjprq74yvdaa"></a>

AB Tasty campaign data is sent as an event with the following properties:

* The event category is `abtasty`
* The event action contains the **Campaign ID** and **Campaign Name** formatted as `[campaign_id] campaign_name`
* The event name contains the **Variation ID** and **Variation Name** formatted as `[variation_id] variation_name`

The event is sent using the  `_paq('trackEvent')` method.

## How to set up the integration <a href="#h_01gpkg5w4xnkgjg6h7bj5sfw5r" id="h_01gpkg5w4xnkgjg6h7bj5sfw5r"></a>

<img src="/files/ZdvArT9MLKp5DQC9lCAr" alt="" width="375">

1. Access **Integrations > Integration Hub**.
2. Search for and select **Matomo**.
3. Click **Setup connector.**
4. Give a name to your connector so you can easily retrieve it.
5. \[Optional] Check the box to automatically add the connector to your future campaigns.
6. Click **Save and create connector.**

**If the box is checked**: the connector will be automatically added to the Advanced step of future campaigns. Existing campaigns are not affected.&#x20;

**If the box is unchecked (default)**: The connector must be manually selected in the Advanced options step of each campaign. See the [Advanced Options Step ](/web-experimentation-and-personalization/campaign-flow-advanced-options.md)for more details.

You can change this setting anytime by editing the connector configuration in the Integration hub.

{% hint style="warning" %}
**You must update the AB Tasty tag to make your changes live.**
{% endhint %}


---

# 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.abtasty.com/integrations/push-integrations/matomo.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.
