> For the complete documentation index, see [llms.txt](https://rosetta-ai.gitbook.io/en-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosetta-ai.gitbook.io/en-docs/start-using-rosetta.ai/reports.md).

# Reports

### You can see the graphics and reports of the recommenders on this page. <a href="#nin-ke-yi-zai-ci-ye-mian-zhong-liu-lan-mei-xiang-zhi-biao-yi-tu-xiang-hua-bao-biao-cheng-xian-xiao-s" id="nin-ke-yi-zai-ci-ye-mian-zhong-liu-lan-mei-xiang-zhi-biao-yi-tu-xiang-hua-bao-biao-cheng-xian-xiao-s"></a>

You will understand the results of Rosetta's recommenders with visual graphics.

![](/files/Bq29pnX0OnR8gjM1jA0R)

#### Index <a href="#ge-zhong-shu-ju-zhi-biao-shui-ming" id="ge-zhong-shu-ju-zhi-biao-shui-ming"></a>

* Revenue: ecommerce's revenue from Rosetta's recommenders with the percetage of overall revenue.

{% hint style="warning" %}
If the number is not totally accurate, it's because we caculate by "event" in GA, which can not caculate orders' discount and sales.
{% endhint %}

* Click Through Rate:The number of clicks the product by Rosetta.ai recommenders.(clicks/view)
* Conversion Rate: the amount of transactions on your site divided by the number of sessions, expressed as a percentage.(orders/clicks)
* Average Order Value: AOV tracks the average amount spent each time an order is placed on your store(Revenue/ Orders)
* Orders: the number of orders from Rosetta.ai recommenders
* Clicks:The number of clicks the product by Rosetta.ai recommenders
* View: the number of view of Rosetta.ai recommenders by the visitors

#### If you want to check results of different time period： <a href="#ruo-yao-cha-kan-qi-ta-de-shi-jian-ou-jian-cheng-xiao" id="ruo-yao-cha-kan-qi-ta-de-shi-jian-ou-jian-cheng-xiao"></a>

The default is "month to date". You can click the up right corner to choose other time period.

![](/files/G7MD09hgpY1n7z2kLpMw)


---

# 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://rosetta-ai.gitbook.io/en-docs/start-using-rosetta.ai/reports.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.
