> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/public-report-analytics.md).

# 공개 리포트 접속 통계

[공개 리포트](/dansokgogo/undefined-3/web/public-report.md)에 주민이 얼마나 접속했는지 확인하는 화면입니다. 일별 방문자수·조회수와 직전 30일 비교 차트를 제공합니다.

## 이런 상황에 사용하세요

* **QR 부착 효과 검증** — 게시판·엘리베이터에 새 QR을 부착한 뒤 7일 동안 접속자수가 늘었는지 확인합니다.
* **공지 효과 확인** — 카카오톡 단톡방·아파트 앱 공지로 리포트 링크를 안내한 뒤 당일\~다음날 조회수가 늘었는지 확인합니다.
* **연간 운영 성과 보고** — 월·분기 단위 접속 통계를 입주자대표회의 보고 자료에 첨부합니다.

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

## 진입 경로

상단 메뉴 → **공개 리포트 접속**

## 데이터 적용 시점

* **오늘 접속은 다음 날 집계됩니다.**

## 요약 카드 (3개)

각 카드는 **방문자수(UV)** 와 **조회수(PV)** 를 좌우로 나란히 보여주며, 직전 동일 기간과의 증감을 ▲▼ %로 함께 표시합니다.

* **최근 7일** (어제까지) — 7일 합계와 직전 7일 비교
* **최근 30일** (어제까지) — 30일 합계와 직전 30일 비교
* **어제** (그저께 대비) — 일 단위 비교

## 일별 차트

* **최근 30일 일별 방문자수** — 실선(현재) + 점선(직전 30일)
* **최근 30일 일별 조회수** — 실선(현재) + 점선(직전 30일)

## 주민이 보는 리포트 열기

화면 우측 상단의 **주민이 보는 리포트 열기** 버튼으로 실제 공개 URL을 새 창에서 확인할 수 있습니다(외부 노출 시점·UI 점검용).

## 활용 가이드

* 새로운 QR 부착 후 7일 추이가 상승한다면 부착 위치와 안내 문구가 효과적이라는 신호입니다.

## 관련 메뉴

* 공개 URL 재발급, QR 다운로드, 블랙리스트 공개 수준 등은 [설정 - 공개 리포트](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/pages/FpSocJiZL7UBiuzMwhOa#공개-리포트) 카드에서 관리합니다.
* 주민이 실제로 보는 화면은 [공개 웹 리포트](/dansokgogo/undefined-3/web/public-report.md)에서 확인할 수 있습니다.


---

# 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://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/public-report-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.
