# 데이터 세부 분석 소개

## 개요

A/B 테스트를 진행할 경우, 모든 테스트 대상자에게 수집한 데이터 분석 결과를 얻을 수 있습니다.\
핵클은 이 결과를 기반으로 데이터를 더 자세하게 분석할 수 있는 방법을 제공합니다.

예를 들면 다음과 같은 분석이 가능합니다.

* 사용자가 사용하는 플랫폼 별 분석 (PC web, Mobile web, Mobile App)
* 사용자가 사용하는 OS 별 분석 (Windows, Mac, Android, Linux)
* 사용자가 사용하는 앱 버전 별 분석
* 사용자의 회원 등급 별 분석

![1096](/files/XL5CQIpUMnwIdVmsP07Z)

## 세부 분석 준비

세부 분석을 위해서는 다음의 과정이 필요합니다.

1. **분석 기준 정의**
   * 분석 기준이란 세부 분석할 대상을 의미하며, 동일한 성질을 가진 부류나 범위 등을 묶은 것으로 볼 수 있습니다.
   * 예를 들어 "사용자가 사용하는 OS 별 분석을 진행한다"고 하면 분석 기준은 **OS** 가 됩니다.
2. **분석 항목 정의**
   * 분석 기준이 가질 수 있는 값 중 분석을 위해 선택한 항목입니다.
   * 예를 들어 분석 기준을 OS로 선택한 경우 분석 항목으로는 Android, iOS, Windows, MacOS 등을 넣을 수 있습니다.
3. **데이터 수집**
   * 분석 기준 및 분석 항목에 맞는 속성(Property)을 정의합니다.
   * 속성(Property) 수집을 통해서 분석할 데이터를 모읍니다. 데이터 수집을 위해서는 핵클 SDK 연동이 필요합니다.


---

# 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/data-analysis/intro-segment.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.
