> For the complete documentation index, see [llms.txt](https://even-financial.gitbook.io/developer-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://even-financial.gitbook.io/developer-center/channel-partner-reporting/report-options.md).

# Report Options

Engine offers 3 primary ways to get performance and conversion data back to your systems: dashboards, real-time event pushes, and programmatic API pulls. They differ in delivery method, data freshness, and engineering effort. Most partners combine multiple methods—a dashboard for humans and a push or pull method to feed their own systems.

💡 Add [attribution tracking tag](/developer-center/channel-partner-reporting/appending-client-tags-for-reporting-and-attribution.md)s to any of these methods to tie performance data back to your own campaigns, sources, or IDs.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Looker Reporting</strong></td><td>Pre-built dashboards and exploratory reports over the Engine analytics warehouse, covering leads, offers, conversions, and revenue. Filterable and exportable, with optional scheduled email delivery.<br><br><strong>Why partners choose it:</strong><br>• No engineering required for operations, marketing, and finance teams.<br>• Visual drill-down and ad-hoc performance analysis.<br>• Scheduled or on-demand exports for recurring workflows.</td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/SEbiNYVJnRyjVhdM0EVE">/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/SEbiNYVJnRyjVhdM0EVE</a></td><td></td></tr><tr><td><strong>Postback Reporting</strong></td><td>Server-to-server event delivery. Engine fires an HTTP POST to your endpoint the moment a tracked event occurs (lead, payout, conversion), passing your identifiers back via macros so you can attribute the event in real time.<br><br><strong>Why partners choose it:</strong><br>• Real-time, event-level granularity without polling.<br>• Direct delivery to attribution and tracking systems.<br>• Click IDs and customer identifiers for seamless matching.</td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/R5xNFDjQ5wL9pgUtRmDH">/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/R5xNFDjQ5wL9pgUtRmDH</a></td><td></td></tr><tr><td><strong>Engine Analytics API</strong></td><td>A REST API for pulling analytics and reporting datasets on demand. Query historical ranges and recent data in structured JSON to land in your warehouse or BI tool on a schedule you control.<br><br><strong>Why partners choose it:</strong><br>• Programmatic workflows with scheduling and retries you control.<br>• Flexible querying with full historical backfill.<br>• Direct feeds for data warehouses and BI pipelines.</td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/tT0yv6B34xnRisLfCcMS">/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/tT0yv6B34xnRisLfCcMS</a></td><td></td></tr></tbody></table>


---

# 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://even-financial.gitbook.io/developer-center/channel-partner-reporting/report-options.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.
