# 방문 (신규 방문, 재방문)

코코너티브 콘솔에서 사용하는 방문 수의 기준과 신규 방문, 재방문의 정의는 아래와 같습니다.

### 1. 방문 수

코코너티브는 서비스에 방문한 고유한 유저 ID(식별값) 수로 방문 수를 계산합니다.

### 2. 신규 방문

데이터 저장 기간 내 방문한 이력이 없고, 조회 기간에 1회이상 방문한 고유한 유저 ID를 '신규 방문'으로 정의합니다.

### 3. 재방문

데이터 저장 기간 내 방문한 이력이 있고, 조회 기간에 1회이상 방문한 고유한 유저 ID 수를 '재방문'으로 정의합니다.

예를 들어, 아래와 같은 상황에서 조회 기간의 방문 수는 5이고, 신규 방문은 2, 재방문은 3입니다.<br>

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


---

# Agent Instructions: 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:

```
GET https://gentlepie.gitbook.io/support/terms/undefined-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
