> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/ab-test/metrics.md).

# 목표

> 🚧 목표 탭은 운영 환경에서만 사용 가능합니다.

## 목표 탭

목표 탭은 **운영환경**에서 A/B 테스트 상세에 들어갈 경우 기본적으로 노출하는 탭입니다.\
여기서는 A/B 테스트에서 설정한 목표를 볼 수 있습니다. 테스트 시작 이후에는 수집된 데이터 또한 여기에서 볼 수 있습니다.

> 📘 데이터 업데이트 주기는 1시간입니다.
>
> 테스트 시작 후 최소 1시간 이후에 확인하시기 바랍니다.

## 목표에 대하여

목표는 A/B 테스트의 성과를 측정하기 위한 수단으로, 실험군(그룹 B,C,D,...)이 대조군(그룹 A)보다 우수한 결과를 얻을 수 있는지 알아보기 위한 측정 기준(metric)입니다.

예를 들어 어떤 회사가 구매하기 버튼의 색상 변경을 검토하고 있다고 가정합니다. 변경하려는 이유는 사용자가 구매하기 버튼을 더 많이 누르게 하기 위함입니다.\
이런 경우 색상 변경이 효과가 있는지, 그리고 어떤 색상이 효과적인지 알아보기 위해 구매하기 버튼의 색상에 대한 A/B 테스트를 진행할 수 있습니다. 그렇다면 목표는 어떻게 설정해야 할까요?

우선 구매하기 버튼을 더 많이 눌러야 변경이 의미가 있으므로 '구매하기 버튼 클릭수'를 목표로 설정할 수 있습니다. 아울러 구매하기 버튼을 더 많이 누르게 하는 것은 결국 구매 전환율을 높이기 위한 것이므로 '구매 전환율' 또한 목표로 설정할 수 있습니다.

## 더 자세한 내용

목표를 설정하는 방법은 다음 문서를 참고하시기 바랍니다.

* [목표 설정하기 →](/ab-test/create-and-configure/set-metrics.md)

테스트 결과에서 볼 수 있는 항목의 의미와 데이터를 해석하는 방법에 대해서는 다음 문서를 참고하시기 바랍니다.

* [결과 해석하기 →](/ab-test/data-analysis.md)


---

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