> For the complete documentation index, see [llms.txt](https://onehae.gitbook.io/onehae-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onehae.gitbook.io/onehae-v2/dashboard/ad_performance.md).

# 광고 성과 대시보드

## 광고 성과 대시보드란?

광고 성과 대시보드는 광고를 통해 사이트에 들어와 유입, 가입, 장바구니 담기, 구매 전환을 한 고객을 확인할 수 있어요. 그러기 위해서는 정확한 [UTM 설정](/onehae-v2/setting/utm.md)이 필수적이에요.&#x20;

## 퍼널별 분석

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

광고 성과 대시보드중 퍼널별 분석을 통해서 유입-가입-장바구니-전환 퍼널의 상태가 어떤지 한 눈에 확인할 수 있어요.

위 데이터에는 UTM이 제대로 설정된 광고를 통해서 유입된 고객만 집계가 돼요. 예를 들어 가입을 2024-02-16에 하고 전환은 나중에 이루어졌다고 하더라도 퍼널 분석이기 때문에 2-16 성과로 포함돼요.

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

{% hint style="info" %}
같은 기간동안의 유입 데이터를 포함하면 다른 그래프 확인이 한눈에 확인이 어렵기 때문에 default 세팅은 유입이 제외되어 있어요
{% endhint %}

## 매체별 분석

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

그렇다면 다음 단계는 어떤 매체에서 성과가 많이 나오고 있는지 확인이 필요해요.

세부 내역 다운로드를 통해서 UTM Source, Medium, Campaign, Content, Term 그리고 날짜까지 모두 확인이 가능해요.

그렇다면 정확한 데이터를 확인하기 위해서는 정확한 UTM 설정이 필수겠죠?

[UTM 설정 가이드>](/onehae-v2/setting/utm.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, and the optional `goal` query parameter:

```
GET https://onehae.gitbook.io/onehae-v2/dashboard/ad_performance.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.
