> 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/campaigns.md).

# 캠페인 관리

캠페인 관리 화면은 등록된 메시지 캠페인의 상태를 모니터링하고, 테스트 발송·수정·취소·리포트 확인 등 후속 조치를 수행할 수 있는 화면입니다.

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

{% stepper %}
{% step %}

#### 캠페인 조회

* **조회기간**: 메시지 발송일시를 기준으로 필터링 합니다.
* **상태**: 캠페인(메시지)의 현재 상태(작성중/승인요청/  승인완료/반려/발송준비/취소/진행중/중단/종료)를 기준으로 필터링 합니다.
* **캠페인명**: 입력한 키워드로 원하는 캠페인 검색. 부분 일치 검색을 지원하므로, 제목의 일부만 입력해도 결과가 표시됩니다.
* **초기화**: 모든 필터를 초기값으로 재설정합니다.
  {% endstep %}

{% step %}

#### 캠페인 이력

* **메시지 유형**: 발송되는 메시지의 형식 (예: LMS, MMS, RCS 등)
* **캠페인명**: 사용자가 직접 등록한 캠페인의 제목
* **발신번호**: 선택한 발신번호 ("SK텔레콤 우리 동네 혜택 알림" 선택 권장)
* **시작일시**: 메시지 발송 시작 시간
* **발송 목표 건수**: ATS 발송 모수 중 실제 발송할 목표 건수

{% hint style="info" %}
목표 건수는 캠페인 만들기 단계에서 사용자가 직접 입력합니다.
{% endhint %}

* **발송 성공수**: 실제 수신까지 완료된 건수 (실시간 업데이트)
* **수신자**: 타겟팅 대상 정보를 말하며, 여기서는“ATS 일반 타겟팅”으로 표시
* **상태**: 캠페인의 현재 상태
* **테스트 발송**: 테스트 메시지를 사전에 보내볼 수 있는 버튼 (작성중 상태에서만 활성화)
* **관리**:&#x20;
  * `캠페인 취소`: 발송 전 상태일 경우에만 가능
  * `수정`: 작성중 상태일 경우 메시지 내용 편집 가능
  * `리포트`: 캠페인 성과 리포트 화면으로 이동

{% endstep %}
{% endstepper %}


---

# 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/campaigns.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.
