> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/product/analytics/limio-commerce-analytics/limio-analytics-new-and-renew-orders.md).

# New and Renew Orders Analytics

*Available from Release 104 and onwards. Please note that data will only begin to be collected once you adopt Release 104 or above.*

**Purpose**

The New and Renew Orders report displays all orders from the last 30 days that are order.new or order.renew. The report also includes utm data so you can understand how your customers got to your offer pages and checkout. This report can be exported for easy data analysis.

The New and Renew Orders report can help answer questions like:

* What is the breakdown of new orders coming from customer service (Limio for Salesforce) versus online?
* What is the total value of new subscriptions over the last month?
* What is the total value of renewed subscriptions over the last month?
* What is the most commonly purchased offer?
* Where do most of our customers come from before they reach our offers page?

The report can be accessed by clicking "Catalog" in the top left corner, switching to "Analytics", and then selecting "Orders" in the left panel.

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

**Data details**

* **Total**: Total price of order with discounts (eg promo codes) and without tax
* **Order type:** Possible values are *order.new* or *order.renew*
* **Order status:** The status of the event associated with the order. Possible values are *submitted*, *error*, and *pending-payment*
* **Source:** Possible values are *shop* (if purchased online through a Limio checkout) or *salesforce* (if purchased through Limio for Salesforce).


---

# 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.limio.com/product/analytics/limio-commerce-analytics/limio-analytics-new-and-renew-orders.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.
