> For the complete documentation index, see [llms.txt](https://toss-ads.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toss-ads.gitbook.io/guide/a-d/buttonpress/data.md).

# 성과 보기

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

1. **성과 대시보드**
   * 버튼 누르기 버튼을 눌러 버튼 누르기 성과를 확인할 수 있어요.
   * **노출 수, 도달 수, 버튼 클릭 수, 버튼 클릭자 수** 등 기본 성과들이 제공돼요.
   * **상세페이지 조회 수, 앱 설치 수, 회원가입 수, 장바구니 담기 수, 구매 완료 수** 등 전환 성과들이 제공돼요.
   * 캠페인 집행 이후 **1시간 뒤부터** 성과를 확인할 수 있고, **30분마다** 업데이트 돼요.
2. **집행 상태 필터**
   * **\[집행전], \[집행 예정], \[집행중], \[집행 완료], \[집행 중단]** 필터로, 집행 상태에 따라 걸러볼 수 있어요.
3. **심사 상태 필터**
   * **\[심사전], \[심사중], \[승인], \[반려], \[심사 취소]** 필터로, 심사 여부에 따라 걸러볼 수 있어요.
4. **소재 유형 필터**
   * **\[버튼 강조형], \[카탈로그형]** 필터로 걸러볼 수 있어요.

### **성과 다운로드**

* 다운로드 하면 엑셀 파일로 성과를 확인하실 수 있어요.
* 엑셀 파일에서는 성/연령 별 유저 수 데이터도 추가로 확인하실 수 있어요.


---

# 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://toss-ads.gitbook.io/guide/a-d/buttonpress/data.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.
