> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/dilingt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/dilingt/manual/campaign-settlement.md).

# 캠페인별 정산

**캠페인별 정산은 광고 메시지 발송에 따른 포인트 사용 내역을 한눈에 확인할 수 있는 페이지입니다.**

캠페인 등록 시 차감된 포인트와 캠페인 취소로 인한 포인트 환불(적립) 내역이 날짜별로 정리되어 표시되며, 실제 사용된 포인트와 잔여 포인트 현황을 함께 확인할 수 있습니다.

전체 내역은 엑셀 파일로 다운로드할 수 있어 내부 회계나 마케팅 예산 관리 자료로도 활용 가능합니다.

이 화면은 투명한 포인트 운영과 캠페인 관리의 효율성을 높이기 위해 제공됩니다.

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

{% stepper %}
{% step %}

#### 조회 필터

* **조회기간** 버튼: 1개월, 2개월, 3개월 선택 가능
* **직접입력**: 시작일 \~ 종료일을 수동 입력하여 검색 가능
* **정산 유형** 선택:
  * `모두`: 적립 + 차감 내역 모두 표시
  * `적립`: 캠페인 취소 등에 따라 포인트가 반환된 경우
  * `차감`: 캠페인 등록 시 사용된 포인트 차감 내역
    {% endstep %}

{% step %}

#### 사용 가능 포인트

캠페인 생성 및 메시지 발송 시 실제로 사용할 수 있는 잔여 금액입니다.\
메시지를 등록할 때 자동으로 차감되며, 미사용 또는 취소된 캠페인의 경우 정산을 통해 포인트가 복구됩니다.
{% endstep %}

{% step %}

#### 정산 내역

* **정산일자**: 포인트 정산이 발생한 날짜와 시간
* **내용**: 정산 사유 (예: 캠페인 등록 또는 취소)
* **포인트**: 차감 또는 적립된 포인트
* **잔여포인트**: 해당 시점 기준 사용 가능한 포인트 잔액
* **상세보기**: 캠페인 결과 페이지로 이동하여, 발송성공수(차감포인트)를 확인할 수 있습니다.
  {% endstep %}

{% step %}

#### 엑셀 다운로드

조회된 정산 내역을 파일로 저장해 내부 회계나 마케팅 예산 관리 자료로 활용할 수 있습니다.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
활용 팁

* 캠페인 등록 후 취소된 내역은 포인트가 다시 적립되었는지 꼭 확인하세요.
* 기간별 지출 트렌드 분석을 위해 1\~3개월 단위로 엑셀 다운로드해 예산을 관리하세요.
* 포인트 누락 확인용으로, 최근 사용/취소된 캠페인 정보와 비교해보면 유용합니다.
  {% endhint %}


---

# 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://developers.fingerpush.com/dilingt/manual/campaign-settlement.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.
