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

# 캠페인 결과

캠페인 결과 화면은 캠페인 발송 후 수신, 반응, 버튼 클릭 등 성과 지표를 시각화하여 보여주는 리포트입니다.

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

{% stepper %}
{% step %}

#### 캠페인 정보

캠페인명, 발송일시, 메시지 유형(일반/RCS)을 확인할 수 있습니다.\
메시지 원문과 미리보기, URL 분석 정보도 함께 제공되어 발송 내용을 검토할 수 있습니다.
{% endstep %}

{% step %}

#### 발송건수 통계

목표 대비 실제 발송 성공 수치를 시각화하여 보여줍니다.\
도넛 차트와 수치 정보로 일반문자 vs. RCS 발송량을 직관적으로 파악할 수 있습니다.

* 발송 목표 건수
* 일반문자 발송 성공 수
* RCS 발송 성공 수
* 전체 발송 성공 수
  {% endstep %}

{% step %}

#### 전체 반응률

발송 성공 수 대비 실제로 반응(클릭, 버튼 등)한 고객의 비율을 보여줍니다.\
"전체 반응 고객 수" 및 "전체 발송 성공 수"를 기반으로 계산됩니다.
{% endstep %}

{% step %}

#### URL별 반응 고객 수

메시지 유형별(일반/RCS) URL 클릭 고객 수를 막대그래프로 비교합니다.\
어떤 유형이 더 효과적인 반응을 유도했는지 확인할 수 있습니다.
{% endstep %}

{% step %}

#### RCS 버튼별 반응 고객&#x20;

버튼이 포함된 RCS 메시지의 버튼 클릭 고객 수를 막대그래프로 시각화합니다.\
버튼을 통해 유도한 행동 전환(CTA) 효과를 분석할 수 있습니다.
{% endstep %}

{% step %}

#### RCS 반응률

RCS 메시지 발송 성공 건수 대비 반응 고객 수 비율을 보여줍니다.\
하단에는 실제 RCS 반응 고객 수와 RCS 발송 성공 수가 함께 표시됩니다.
{% endstep %}

{% step %}

#### RCS 버튼 반응률

RCS 메시지 내 버튼 클릭을 통한 반응률을 나타냅니다. \
클릭 기반 행동 유도 성과 측정에 적합합니다.
{% endstep %}

{% step %}

#### 일반 문자 반응률

LMS/SMS 등 일반문자 메시지의 발송 성공 수 대비 반응 고객 비율입니다.\
일반문자의 효율성을 정량적으로 파악할 수 있습니다.
{% 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/report.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.
