> For the complete documentation index, see [llms.txt](https://docs.helix.voodoo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helix.voodoo.io/monetization/view-reports/data-export.md).

# Data Export

Granular, row-level breakdown of monetization data for reconciliation and offline analysis.

The **Data Export** tab provides a flat, daily-grain breakdown of monetization performance, one row per application, platform, and country combination, for the selected time range and filters. It is designed to be downloaded and used for reconciliation, custom analysis, or import into external BI tools.&#x20;

## Applications daily data export

The **Applications Daily Data Export** table lists monetization performance broken down to the daily level.

* **Day** - The calendar day the row was recorded.
* **Application ID** - The application's bundle/package identifier.
* **Application** - The application name as configured in Helix.
* **Platform** - The platform (iOS or Android) the data was recorded on.
* **Country** - The country where the impressions were served.
* **Revenue ($)** - Total publisher revenue generated for that row.
* **Impressions** - Total number of impressions served for that row.

{% hint style="info" %}
Use this report to:

* Export raw, unaggregated data for reconciliation with mediation or ad network reports.
* Feed monetization data into external BI or data warehouse tools.
* Build custom breakdowns not covered by the General or SDK Version reports.
  {% endhint %}

{% hint style="info" %}
Unlike the other reporting tabs, Data Export does not include a **Date grouping** filter, since each row is always reported at the daily grain.
{% 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.helix.voodoo.io/monetization/view-reports/data-export.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.
