# Data export from the reporting

This functionality enables you to **export data related to your reporting goals**.\
This gives you the ability to export the data into a CSV file to be combined with other pieces of data and imported into other tools.

For more information on the reporting, please refer to [Campaign reporting](/reporting-and-performances/reporting/campaign-reporting.md).\
You can export 2 types of data: Reporting data and Raw data.

The *Export data* button is available for each of the goals displayed in your reporting.\
2 types of data can be exported: **Raw data** and **Reporting data**, including the following pieces of information:

|                        | **Reporting data**                                                                                                                                                   | **Raw data**                                                                                                                                                    |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Type of data           | <p>Aggregated performance statistics displayed for each goal in your reporting.<br>Applying filters will also drive the data that is exported into the CSV file.</p> | List of hits used for the computation of the reporting data.                                                                                                    |
| Goal                   | You can choose the export data **only for the goal you selected** OR for **all goals**                                                                               | All types of goals that are similar to the one you selected (if you export the data of an Action tracker, you will also see those of the other Action tracker). |
| Export method          | CSV file downloaded directly into your browser                                                                                                                       | Sent as a CSV file to your email address (or several files for heavy extracts)                                                                                  |
| Type of goals included | All                                                                                                                                                                  | Transaction indicators, Action Tracker, Page Tracker and Custom tracker                                                                                         |
| Type of goals excluded | None                                                                                                                                                                 | Browsing metrics (Bounce rate, Pages per session, Revisit rate)                                                                                                 |
| Export frequency       | Anytime                                                                                                                                                              | 10 extracts per goal per week (per account)                                                                                                                     |
| Filter(s) applied      | CSV file will only contain the filtered data.                                                                                                                        | CSV file will not take the applied filters into account and will contain only the non-filtered data.                                                            |

For legal reasons (GDPR compliance), to be able to export data, you must give your consent for data export. To do so, enable the option via *Settings* > *Advanced settings* > *Data export*.


---

# 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://docs.abtasty.com/reporting-and-performances/reporting/data-export-from-the-reporting.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.
