> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/kakaotalkwallet/report.md).

# 통계리포트 확인하기

통계 리포트 메뉴에서는 주요 지표를 확인해 서비스 현황을 파악하고 향후 전략 수립에 필요한 인사이트를 얻을 수 있습니다.\
통계 집계 기준은 각 페이지에서 도움말을 제공하고 있습니다.&#x20;

{% hint style="warning" %}

* **조회 기간 제한**&#x20;
  * 주간 통계 : 전주 월요일 \~ 일요일 기준으로 통계 데이터를 조회할 수 있습니다.
  * 월간 통계 : 전월 1일 \~ 말일 기준으로 통계 데이터를 조회할 수 있습니다.&#x20;
  * 연간 통계 : 전년 1월 1일 \~ 12월 31일 기준으로 통계 데이터를 조회할 수 있습니다.
* **지표 표기 제한**
  * 비율은 최대 9999.9% 까지만 표시됩니다.
  * 실제값이 9999.9%를 넘는 경우, 데이터는 9999.9+%로 표시되며 이는 '표시 가능한 최대치를 초과했다'는 의미입니다.
* **집계 대상 제한**
  * 테스트 상품은 제외되며, 운영 상품만 집계 대상에 포함됩니다.
    {% endhint %}

## 딜러사

아래 통계 지표를 제공합니다.

* 비즈니스 성과
  * 인증 : 기관 수 / 서명 요청 건수 / 서명 완료 건수 / 서명률
  * 전자문서 : 기관 수 / 문서 발송 건수 / 문서 열람 건수 / 열람률
* 기관 통계&#x20;
  * 인증 : 신규 오픈 기관 / 신규 활성 기관 수 / 서명 요청 기관 수
  * 전자문서 : 신규 오픈 기관 / 신규 활성 기관 수 / 문서 발송 기관 수
* 서비스 통계&#x20;
  * 인증 : 서명 요청 순위 / 기관별 서명 요청 현황
  * 전자문서 : 문서 발송 순위 / 문서 열람 순위 / 기관별 문서 발송 현황

## 이용기관

아래 통계 지표를 제공합니다.

* 비즈니스 성과
  * 인증 : 서명 요청 건수 / 서명 완료 건수 / 서명률
  * 전자문서 : 문서 발송 건수 / 문서 열람 건수 / 열람률
* 서비스 통계
  * 인증 : 서명 요청 현황&#x20;
  * 전자문서 : 문서 열람 순위 / 문서 발송 현황


---

# 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://kakaobusiness.gitbook.io/main/tool/kakaotalkwallet/report.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.
