# Goals

## Goals

**Goals** are the *primary outcome metrics* merchants choose to optimize in their experiments (e.g. **Conversion Rate**, **Average Order Value**, **Revenue per Visitor**). These drive test evaluation and lift reporting.

| Metric                    | Description                                                                | Formula                        |
| ------------------------- | -------------------------------------------------------------------------- | ------------------------------ |
| Clickthrough rate (CTR)   | % of visitors who navigated to a new page after seeing a tested experience | `Clicks ÷ Visitors`            |
| Add-to-cart rate (ACR)    | % of visitors who added to cart after seeing a tested experience           | `Cart adds ÷ Visitors`         |
| Conversion rate (CVR)     | % of visitors who made a purchase after seeing a tested experience         | `Conversions ÷ Visitors`       |
| Average order value (AOV) | Average revenue per order for a given experience                           | `Total Revenue ÷ Total Orders` |
| Revenue per visitor (RPV) | Average revenue per visitor for a given experience                         | `Revenue ÷ Visitors`           |

{% hint style="info" %}
**FAQ: I have a negative lift! Should I end my test?**

Do not be alarmed if your test lift is negative, especially if the minimum time requirement (3 days) and minimum sample size requirement (30 orders per test variant) have not been met. We recommend that you keep your test running, until you can identify clear and valid trends in the test data. If you have concerns about your test's lift, reach out to [Customer Support](broken://pages/BZDv9d1utwcXtufWrzA4) for assistance.
{% 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://docs.shoplift.ai/analyze/reports/goals.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.
