# MAB 성공지표 설정하기

{% hint style="info" %}
새로운 지표를 생성하는 방법은 [지표관리](/metric-management/metric.md)를 참고해주세요.
{% endhint %}

MAB 지표 설정은 상세페이지 내 데이터 분석 탭에서 설정 가능합니다.

![](/files/Uw9O7GwS5w8XYFioZjeZ)

### MAB 성공지표

'지표 설정하기' 버튼 클릭 이후, MAB 지표 설정 팝업창이 노출되며 성공지표를 선택할 수 있습니다.\
다만, 아래의 조건을 만족하는 지표만 MAB 성공지표로 등록할 수 있는 점 참고하시기 바랍니다.

MAB 성공지표는 '이벤트 지표' 이며, 분자/분모의 계산유형이 모두 횟수이고, 분모가 '테스트 노출 기준' ('전체 사용자 기준') 인 지표만 등록 가능합니다. 아래 이미지의 1\~3번 항목으로 지표가 설정되어야 합니다.

![](/files/i4vCWGqH0WVHdtix6qxq)

### MAB 지표 설정

MAB 지표 설정은 '성공 지표' 와 '계산 조건' 2가지 항목을 선택하도록 합니다.

'계산 조건'의 경우, 성공지표에서 설정한 (분자) 이벤트가 사용자가 MAB 테스트에 노출된 이후 일정시간 (1시간 \~ 24시간) 이내에 발생한 경우만 지표 계산에 포함된다는 것을 정의하는 항목입니다.\
(아래 이미지 예: MAB 테스트 노출 이후 1시간 이내에 이벤트가 발생한 경우만 전환으로 간주)

![](/files/fVmeHcoslnUA78DPQXUz)


---

# 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/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.
