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

# 4. 통계

> 콘텐츠 열람 데이터를 실시간으로 확인할 수 있습니다.

***

1. 콘텐츠 배포 - 콘텐츠 배포관리에서 콘텐츠를 선택 후 통계보기를 클릭합니다.

<figure><img src="/files/LIXyS3stPHmmRf4VVLYL" alt=""><figcaption><p>통계 배포 페이지</p></figcaption></figure>

2. 콘텐츠 열람건 수, 페이지 뷰, 버튼 클릭 수 등 다양한 데이터를 확인할 수 있습니다.

<figure><img src="/files/3KD5oP3aGlK9bPwhdvoa" alt=""><figcaption><p>통계 상세페이지</p></figcaption></figure>

#### **확인 가능한 데이터 항목 종류**

* **전체 방문자 수**: URL을 클릭한 총 횟수 (중복 포함)
* **순 방문자 수**: 중복 방문을 제외한 URL 클릭 횟수
* **시간대별 방문자 수**: 1시간 단위로 집계된 총 방문자 수
* **전체 페이지 뷰**: 페이지별 페이지 뷰를 모두 더한 값
* **페이지별 페이지 뷰**: 각 페이지별 페이지 뷰의 총합
* **전체 액션 수**: 액션 메뉴 실행 횟수 (웹페이지 열기, 페이지 이동, 전화 걸기 등)
* **전체 기기 타입**: 방문자의 모바일과 PC 비중
* **전체 모바일 운영체제**: 방문자의 iOS와 Android 비중
* **유입 순위**: URL을 클릭한 웹 또는 앱 정보


---

# 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://makevu.gitbook.io/guide/process/analytics.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.
