> For the complete documentation index, see [llms.txt](https://sharelink-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharelink-docs.toss.im/guide/performance-dashboard.md).

# 실적 대시보드

{% hint style="info" %}

* 실적 데이터는 **30분 주기**로 판매 정보가 업데이트돼요. 화면 상단에서 마지막 업데이트 시각을 확인할 수 있어요.
* 취소·환불 건이 생기면 예상 수익금이 줄어들어요. 대시보드의 예상 수익금은 확정 금액이 아니며, 최종 지급 금액은 **성과 > 정산 내역**에서 확정 수익금으로 확인할 수 있어요.
  {% endhint %}

### 요약 지표 살펴보기

화면 상단에서 선택 기간의 핵심 실적 5가지를 보여드려요.

<table><thead><tr><th width="122.0625">지표</th><th>설명</th></tr></thead><tbody><tr><td><strong>클릭</strong></td><td>선택 기간에 내 링크를 클릭해 상품 상세 페이지에 들어온 수예요.</td></tr><tr><td><strong>판매 수량</strong></td><td>선택 기간에 판매된 수량이에요. 취소·환불 건이 빠지기 전 수예요.</td></tr><tr><td><strong>환불 수량</strong></td><td>선택 기간에 판매된 상품 중 환불된 수량이에요. 결제된 날짜 기준으로 집계해요.</td></tr><tr><td><strong>실 결제금액</strong></td><td>선택 기간의 누적 판매금액에서 할인금액과 환불 금액을 뺀 금액이에요. <br><mark style="color:$info;">* 어제 구매한 상품이 오늘 환불되면, 어제 실 결제금액에 환불금이 반영돼요.</mark></td></tr><tr><td><strong>예상 수익금</strong></td><td>판매 기준으로 계산한 예상 수익금이에요. 환불이 발생하면 줄어들 수 있어요.</td></tr></tbody></table>

💰 **실 결제금액은 이렇게 계산돼요**

> 실 결제금액 = 판매금액 − 할인금액(토스포인트, 쿠폰 등) − 취소·환불 금액

예상 수익금은 이 실 결제금액을 기준으로 수수료율을 적용해 계산해요.

### 상세 실적 확인하기

판매된 상품별로 실적을 자세히 확인할 수 있어요. 목록은 **예상 수익금이 높은 순**으로 정렬돼요.

<table><thead><tr><th width="125.87890625">항목</th><th>설명</th></tr></thead><tbody><tr><td><strong>판매 상품</strong></td><td>판매된 상품의 이미지와 이름이에요.</td></tr><tr><td><strong>구분</strong></td><td><strong>직접</strong> : 내가 공유한 링크의 상품을 구매한 경우예요.<br><strong>간접</strong> : 내 링크를 클릭한 뒤 24시간 안에 다른 상품을 구매한 경우예요.<br><mark style="color:$info;">* 간접 구매도 직접 구매와 <strong>동일한 수수료율</strong>로 수익금이 계산돼요.</mark></td></tr><tr><td><strong>판매 수량</strong></td><td>해당 상품이 판매된 수량이에요.</td></tr><tr><td><strong>환불 수량</strong></td><td>결제일 기준으로 해당 상품이 취소·환불된 수예요.</td></tr><tr><td><strong>실 결제금액</strong></td><td>판매된 상품의 실 결제 금액을 합산한 금액이에요. (환불 건이 빠진 금액)</td></tr><tr><td><strong>예상 수익금</strong></td><td>판매된 상품으로 계산한 예상 수익금이에요. 조회 시점까지의 취소·환불이 반영돼요. (환불 건이 빠진 금액)</td></tr></tbody></table>

### 조회 기간 설정하기

화면 오른쪽 위에서 조회 기간을 선택할 수 있어요.

* 모든 실적은 **결제일 기준**으로 집계돼요.
* 처음 들어오면 **오늘 날짜**가 기본으로 선택돼 있어요.
* 기간은 **최대 일주일**까지 선택할 수 있어요.


---

# 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://sharelink-docs.toss.im/guide/performance-dashboard.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.
