# 사용량 확인하기

## 개요

핵클의 과금 기준인 사용량을 조회할 수 있는 기능입니다.

기간별로 이벤트 유형에 따라 A/B테스트, 기능플래그, 이벤트, 이벤트 (Import)의 사용량을 각각 조회할 수 있으며, 해당 사용량에 대한 과금 금액은 계약 내용에 따라 달라질 수 있습니다.

## 사용중인 플랜

대시보드 상단에 위치한 톱니바퀴 아이콘을 클릭하면 '워크스페이스 설정' 메뉴로 진입한 후에 '사용중인 플랜' 메뉴로 이동해주세요.

![](/files/c8D0z8IOlwsk9V2wP9AT)

원하는 기간과 단위(일별/월별)를 선택하여 조회할 수 있습니다.

![](/files/AauBIVeeYLbIa2ITtvgo)

유형 필터에 A/B테스트, 기능플래그, 이벤트, 이벤트 (Import)를 선택하여 조회하면, 아래 표에 세부 항목별 사용량을 쉽게 조회할 수 있습니다.

A/B테스트, 기능플래그, 원격 구성 분배 이벤트는 실험 키, 기능 키, 원격 구성 키를 호출하여 유효한 값을 받아가는 경우 발생합니다. 준비중, 종료된 실험인 경우에는 호출하더라도 비용에서는 제외됩니다.

이벤트에는 핵클 SDK가 자동으로 수집하는 자동 수집 이벤트 ($page\_view, $engagement 등)와 고객사에서 직접 전송하는 커스텀 이벤트가 포함되어있습니다.

CRM캠페인에서 발생하는 인앱메시지 노출($in\_app\_impression), 클릭($in\_app\_action), 푸시메시지 발송($push\_send), 클릭($push\_click) 또한 자동 수집 이벤트와 함께 이벤트에 포함되어있습니다. 푸시메시지 발송 이벤트의 경우 메세지를 발송 요청하는 기준으로 과금되며, 합리적인 과금을 위해 유효하지않은 푸시 토큰은 자동으로 삭제됩니다.

이벤트 (Import)는 Data Import 방식을 통해 수집된 이벤트를 의미합니다.


---

# 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.hackle.io/workspace/billing.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.
