> For the complete documentation index, see [llms.txt](https://docs.groobee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.groobee.ai/new-admin/monitoring.md).

# 데이터 모니터링

그루비의 데이터 모니터링에 대해 이해합니다.

## **데이터 모니터링이란?**

* 데이터 모니터링은 온사이트 및 오프사이트 캠페인에 대한 다양한 실 데이터를 조회하고 다운로드할 수 있는 기능을 제공합니다.
* 캠페인 데이터를 쿠키나 회원 ID를 기준으로 조회할 수 있으며, 캠페인 결과 데이터를 모니터링하는 데 활용됩니다.
* 조회할 수 있는 데이터의 유형은 총 네 가지입니다.
  * 온사이트 캠페인 (쿠키 기준): 진행한 온사이트 캠페인 데이터를 쿠키를 기반으로 조회하고, 다운로드할 수 있습니다.
  * 온사이트 캠페인 내역: 설정한 기간의 온사이트 캠페인 데이터를 조회하고, 다운로드할 수 있습니다.
  * 온/오프사이트 캠페인 (ID 기준): 회원 ID를 기준으로 온사이트와 오프사이트 캠페인 데이터를 조회하고, 다운로드할 수 있습니다.
  * 오프사이트 캠페인 내역: 푸시 알림, 카카오톡, SMS 캠페인과 같은 오프사이트 캠페인의 발송 완료 내역을 조회하고, 다운로드할 수 있습니다.
* 각 유형별 조회 조건을 확인하여 조회하여 진행한 캠페인의 실제 데이터를 모니터링을 할 수 있습니다.

자세한 내용은 [데이터 모니터링 조회하기](/new-admin/monitoring/view.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:

```
GET https://docs.groobee.ai/new-admin/monitoring.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.
