> 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/cafe-24/24-copy.md).

# 카페24 A/B 실험 지표 - (작성 중)

{% hint style="info" %}
카페24 연동 시 자동으로 수집되는 이벤트를 활용한 A/B 실험 지표에 대해 설명합니다.

본 문서에서는 [카페24 연동](/cafe-24/integration.md)을 통해 핵클 SDK를 설치한 경우를 전제합니다. 연동 완료 후 자동으로 수집 되는 이벤트를 활용하여 카페24 쇼핑몰 A/B 실험에 자주 이용 되는 지표 설정 방법에 대해 안내 드립니다.

A/B 지표 설정에 대한 기본 가이드는 아래 링크를 참고해 주시기 바랍니다.

* A/B 테스트 생성 및 설정
* A/B 지표 설정하기
  {% endhint %}

## 1. 구매 전환율

실험에 할당된 사용자 중 주문을 완료한 사용자의 `구매 전환율`을 집계할 수 있습니다.

* 분자 이벤트 : 주문 완료(`cafe24_complete_order`)
  * 계산 유형 (`사용자 수`)
* 분모 이벤트 : 전체 사용자 기준
  * 계산 유형 (`사용자 수`)
* 성공 기준 : `기존 대비 증가`

![](/files/r8t2cFZJFwzGDtCMMyX6)


---

# 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/cafe-24/24-copy.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.
