# 성과 이해하기

{% hint style="info" %}
현재 버전으로 제공하는 전환은 회원가입 완료와 구매 2가지입니다.\
다른 전환 성과도 측정할 수 있도록 점차 확대해 나갈 예정이니 조금만 기다려주세요.
{% endhint %}

## 회원가입 완료 전환 이해하기 <a href="#count-sign-in" id="count-sign-in"></a>

***

쇼핑몰을 방문한 회원이 회원가입을 완료하여 <mark style="color:purple;">`회원가입 완료 페이지`</mark>에 도달하면, **전환으로 기록합니다.**

{% hint style="warning" %}
전환은 하나의 방문 세션 내에서 중복되어 카운트하지 않습니다. 예를 들어, 방문자가 A 아이디로 회원가입을 완료하고, 로그아웃 후 다시 B 아이디로 회원가입을 완료해도 A 아이디로 방문한 회원가입 완료 페이지 이벤트를 한번만 인정합니다. (세션이 끊기지 않은 case)
{% endhint %}

{% hint style="warning" %}
하나의 세션 내에서 회원가입 외 다른 전환이 발생하면 해당 전환을 인정합니다. 하지만 앞선 예시와 마찬가지로 동일한 전환이 여러번 발생하면 중복해서 카운트하지 않습니다.
{% endhint %}

회원가입 전환은 에이스카운터 전환 설정에서 설정하신 <mark style="color:blue;">`페이지 URL`</mark>을 스크립트가 <mark style="color:purple;">`회원가입 완료 페이지`</mark>로 인식하게 됩니다. 따라서 에이스카운터에서 전환을 설정하실 때 전환 구분 값에 `회원가입`으로 설정해야 전환으로 인정됩니다.

<figure><img src="/files/guismMRHbrsX5HM1X8H5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
"전환구분"을 회원가입으로 설정하여 여러개 전환을 만들 수 있습니다. 이 경우에는 각각을 다른 전환으로 인정하며, 모두 회원가입 전환 카운트에 포함합니다.
{% endhint %}

전환 설정에 대한 자세한 내용은 에이스카운터 가이드를 확인해주세요.

{% embed url="<https://acecounter.gitbook.io/guide/setting/conversion-page#undefined>" %}

## 구매 이해하기 <a href="#count-purchase" id="count-purchase"></a>

***

페이지뷰 이벤트 기반의 전환과 다르게 구매는 **동일한 세션에서 여러번 발생해도 각각을 모두 카운트**합니다.

측정되는 방식은 전환처럼 이벤트가 발생한 페이지(구매 완료 페이지)에서 카운트하지만, 스크립트가 <mark style="color:purple;">**구매 이벤트 자체를 중복없이 모두 카운트**</mark>하기 때문에 전환과는 차이점이 있습니다.


---

# 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://acecounter.gitbook.io/guide/marketing/mamage-popup/how-to-count-performance.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.
