> For the complete documentation index, see [llms.txt](https://userguide.zappost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.zappost.com/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/insights.md).

# Insights

## Accessing Insights

Once your first submission has been created, the next step track how well it performs. \
To access the Insights area of the Zap App, select the ‘insights’ icon in the ZAP-POST header and then Return on Advertising Spend.&#x20;

<figure><img src="/files/jm9SqdOTNZLtpCM24EwZ" alt=""><figcaption></figcaption></figure>

## ROAS Reporting

ZAP\~POST ROAS Reporting ensure every campaign is automatically matched against attributed conversions, giving you a clear, real-time return on ad spend figure you can act on.&#x20;

<figure><img src="/files/PJRdp5gX0XrIewtCpKpr" alt=""><figcaption></figcaption></figure>

Reporting is available at the account, campaign and submission level. All reports can be filtered by date and Match back attribution.&#x20;

Match back options

| Match back Method | Description                                                                                                                                                                           |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| All               | This will match any orders that pass any of the match back methods.                                                                                                                   |
| Customer          | This will only attribute an order if a customer specifically targeted in a send made a purchase within 42 days of the campaign land date (This is a default value and can be changed) |
| Address           | This will attribute an order that is placed from a postcode that was targeted as part of your send.                                                                                   |

{% hint style="info" %}
If you want to change your ROAS attribute window, you can speak with your account manager and they can handle this for you.
{% endhint %}

All reports can also be exported to PDF for use outside of the ZAP APP.&#x20;

<figure><img src="/files/Jw8r9x4Jk6SXGIQJGpdF" alt=""><figcaption></figcaption></figure>


---

# 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://userguide.zappost.com/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/insights.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.
