> For the complete documentation index, see [llms.txt](https://onehae.gitbook.io/onehae-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onehae.gitbook.io/onehae-v2/dashboard/aarrr.md).

# AARRR 그래프

전통적인 AARRR 그래프는 아래와 같아요.

1. Acquisition (A) - 회원가입
2. Activation (A) - 전환(구매)
3. Retention (R) - 재구매
4. Referral (R) - 지인 추천
5. Revenue (R) - 객단가

하지만 원해에서 사용하는 AARRR 그래프는 조금 달라요.

사이트에 유입되는 고객의 수, 신규회원 수, 첫 구매자, 재구매자 수 에요. 네, 정확히 AARRR은 아니에요🤭

트래픽 데이터의 경우, 트래픽 데이터가 포함되는 경우 다른 그래프의 값들이 현저히 작아 보여서 최초에는 포함되지 않은 형태로 보여줘요.

<figure><img src="/files/0DEbghCBcdOcdUHecxPJ" alt=""><figcaption></figcaption></figure>

첫구매와 재구매의 경우에는 해당 기간에 발생한 구매가 아니고 해당기간에 가입한 사람 중 1회 구매자와 2회 이상 구매자의 수를 나타내요.

{% hint style="info" %}
따라서 과거 데이터일 수록 첫구매와 재구매율이 높게 나올 수 있어요. 해당 그래프는 주간 데이터를 라이브로 체크하기에 좋아요
{% endhint %}


---

# 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://onehae.gitbook.io/onehae-v2/dashboard/aarrr.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.
