# 용어사전

<table data-full-width="false"><thead><tr><th width="165">용어</th><th>설명</th></tr></thead><tbody><tr><td>세션</td><td><p>- Session</p><p>고객이 웹사이트나 앱에 들어와서 행동을 시작하고 끝낼 때까지의 한 번의 방문 기록을 말합니다.<br>30분 동안 활동이 없으면 자동으로 세션이 종료됩니다.</p></td></tr><tr><td>참여 세션</td><td>- Engaged Sessions<br>사이트에 방문한 후 활성 상태로 10초 이상 체류한 세션을 의미합니다.</td></tr><tr><td>디바이스</td><td>- Device<br>스마트폰, 태블릿, 데스크톱 컴퓨터 등 사용자가 웹사이트나 앱에 접속할 때 사용하는 기기를 뜻합니다.</td></tr><tr><td>쿠키</td><td><p>- Cookie<br>사이트 방문 정보를 사용하는 디바이스 브라우저에 저장하는 데이터 파일입니다.</p><p>쿠키를 통해 사용자의 세션, 활동, 트래킹 정보를 추적할 수 있습니다.</p></td></tr><tr><td>세션/디바이스 ID</td><td><p>- ID<br>고객의 디바이스 및 세션을 구별할 수 있는 고유한 번호입니다.</p><p>웹사이트 방문자에게 할당되어 누가 어떤 활동을 했는지 추적할 수 있게 돕습니다.</p></td></tr><tr><td>활성 고객수</td><td>- Active Users<br>사이트에 방문한 고객수를 의미합니다.<br>방문횟수와 상관 없이 1회 이상 방문은 1명의 고객수로 집계됩니다.</td></tr><tr><td>DAU, MAU</td><td>- Daily Active Users, Monthly Active Users<br>DAU는 일간 방문 고객수, MAU는 월간 방문 고객수를 의미합니다.<br>방문횟수와 상관 없이 1회 이상 방문은 1명의 고객수로 집계됩니다.</td></tr><tr><td>고객</td><td>- Customer<br>사이트를 방문한 모든 회원, 비회원을 말합니다. </td></tr><tr><td>UTM</td><td>- Urchin Tracking Module<br>UTM은 마케팅 캠페인 성과를 추적하기 위해 URL에 추가하는 코드입니다.<br>이를 통해 어떤 채널, 캠페인, 광고를 통해 방문자가 유입되었는지를 분석할 수 있습니다.</td></tr><tr><td>퍼널</td><td>- Funnel<br>고객이 특정 목표에 도달하기까지의 여정을 나타내는 도구로, 각 단계에서의 이탈률과 전환률을 분석할 수 있습니다.</td></tr><tr><td>코호트</td><td>- Cohort<br>특정 기간 동안 동일한 이벤트나 행동을 경험한 고객들을 그룹입니다. (동질 집단)</td></tr></tbody></table>


---

# 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://docs.mercuryx.ai/dxp-guide/marketing/insight/dictionary.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.
