> For the complete documentation index, see [llms.txt](https://docs.roivenue.com/roivenue-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roivenue.com/roivenue-resources/glossary/marketing-and-financial-glossary/marketing-investment-ratio-mir.md).

# Marketing Investment Ratio (MIR)

**Marketing investment ratio(MIR)** is an indicator calculated by dividing [sales revenue](/roivenue-resources/glossary/marketing-and-financial-glossary/sales-revenue.md) from marketing investment. It’s output approximates how much of your revenue can be accredited to your marketing.

MIR differs for various market segments and companies. If it’s low, it could indicate that a company relies more on its brand’s reputation and the quality of its service. If it’s high, it could indicate that a company invests more towards growth and thus, its [sales revenue](/roivenue-resources/glossary/marketing-and-financial-glossary/sales-revenue.md) may be highly dependent on its level of marketing investment.

Monitor your MIR trends for your sales channels and marketing platforms in Roivenue and try to adjust them to achieve better business results.

### Parameters

**`Calculation:`**` ``mir = marketingInvestment /` [`salesRevenue`](/roivenue-resources/glossary/marketing-and-financial-glossary/sales-revenue.md)

**`Example:`**` ``MIR = 10 000 / 80 000 = 0,125`

**`Unit:`**` ``Number`


---

# 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.roivenue.com/roivenue-resources/glossary/marketing-and-financial-glossary/marketing-investment-ratio-mir.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.
