> For the complete documentation index, see [llms.txt](https://acecounter.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://acecounter.gitbook.io/guide/utilize/term/pageview-visits.md).

# #페이지뷰 #방문수

## 페이지뷰

***

웹사이트 방문자가 **웹페이지를 열어본 횟수**를 말합니다.

예를 들어, 한 방문자가 메인 페이지 → 서비스 소개 → 상품 상세 페이지를 보았다면 총 3개의 웹페이지를 보았으므로 페이지뷰는 3이 증가하게 됩니다.\
(새로고침, 이전/다음 이동 시 페이지뷰가 증가)

## 방문수

***

[세션](/guide/utilize/term/cookie-session.md#session)이 유지되고 있는 상태에서 다시(새창/새탭)을 방문하였을 경우 방문수는 증가하지 않습니다. 하지만 연결된 브라우저를 모두 닫고(세션 종료), 새 창으로 방문한 경우 방문수가 증가합니다.

웹사이트에 **처음 방문하였을 때 신규방문수가 증가**합니다.\
**신규방문** → 웹브라우저 [쿠키](/guide/utilize/term/cookie-session.md#cookie)**에 방문 이력이 없는** 경우\
**재방문** → 웹브라우저 [쿠키](/guide/utilize/term/cookie-session.md#cookie)**에 방문 이력이 있는** 경우\
분석스크립트를 설치한 후 [쿠키](/guide/utilize/term/cookie-session.md#cookie) 생성\
웹브라우저의 [쿠키](/guide/utilize/term/cookie-session.md#cookie) 삭제 → 방문 → 신규방문\
\
방문수는 신규방문수와 재방문수의 합입니다.\
\&#xNAN;**(방문수 = 신규방문수+재방문수)**

## 순방문수

***

각 기준 (시간/일간/주간/월간)에 따라

**중복 방문을 제외한 방문수**를 말합니다.\
시간/일간/주간(월\~일요일)/월간(1일\~말일)으로 나누어집니다.


---

# 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://acecounter.gitbook.io/guide/utilize/term/pageview-visits.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.
