# Metrics

{% hint style="info" %}
Use these metrics to measure Orbe's impact on your international storefront and track your Free Plan usage.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Total redirects</strong></td><td>Main metric in Orbe. It combines first-time and returning redirects.</td><td><a href="#total-redirects">#total-redirects</a></td></tr><tr><td><strong>Unique redirects</strong></td><td>First-time visitors who land in the wrong experience and then move to the correct one.</td><td><a href="#unique-redirects">#unique-redirects</a></td></tr><tr><td><strong>% of automatic redirects</strong></td><td>Share of returning visitors redirected automatically after landing in the wrong experience again.</td><td><a href="#of-automatic-redirects">#of-automatic-redirects</a></td></tr></tbody></table>

## Total redirects <a href="#total-redirects" id="total-redirects"></a>

This is the main metric in Orbe.

`Total redirects = Unique redirects + Automatic redirects`

You can also use this metric to monitor how close your store is to the Free Plan limit.

## Unique redirects <a href="#unique-redirects" id="unique-redirects"></a>

This counts first-time visitors who land in the wrong shopping experience and then move to the correct one.

`Unique redirects = Total redirects - Automatic redirects`

## % of automatic redirects <a href="#of-automatic-redirects" id="of-automatic-redirects"></a>

This metric only covers returning visitors. If they land in the wrong experience and Orbe moves them automatically, it counts. This is where Orbe adds value: it keeps visitors in the correct country storefront in Shopify. If they land in the correct experience directly, nothing is counted.

In your app home, you see this as a percentage of total redirects.

`% of automatic redirects = (Automatic redirects / Total redirects) x 100`

## Example

If your app home shows:

* `Total redirects: 123`
* `Unique redirects: 58`
* `% of automatic redirects: 53%`

Then:

* `Automatic redirects: 65` (123 x 53%)

{% hint style="success" %}
These metrics help you understand both product impact and Free Plan usage.

For plan limits and billing details, see [Pricing](/before-starting/pricing.md).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.orbe.app/general/metrics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
