# Set MAB Success Metric

{% hint style="info" %}
For information on how to create a new metric, please refer to [Metric Management](/en/metric-management/metric.md).
{% endhint %}

MAB metric settings can be configured in the Data Analysis tab on the detail page.

![](/files/cPNBquaKiFqMBn9GnHNi)

### MAB Success Metric

After clicking the "Set Metrics" button, the MAB metric settings popup appears where you can select a success metric.\
Note that only metrics that meet the following conditions can be registered as a MAB Success Metric.

A MAB Success Metric must be an "Event Metric" where both the numerator and denominator calculation types are "Count," and the denominator must be "Test Exposure" ("All Users"). The metric must be configured as items 1\~3 in the image below.

![](/files/BNzE0oiVkJ9oXmJEXUIs)

### MAB Metric Settings

MAB metric settings require you to select two items: "Success Metric" and "Calculation Condition."

The "Calculation Condition" defines that only events from the (numerator) that you set in the success metric are included in the metric calculation if they occur within a certain time (1 hour \~ 24 hours) after the user is exposed to the MAB Test.\
(Example in the image below: only events that occur within 1 hour after MAB Test exposure are counted as conversions)

![](/files/VQQHCvHfVdDZ6QfKHnrl)


---

# 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.hackle.io/en/ab-test/mab-test/mab-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.
