> 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/tracking/tag/tracked-events.md).

# 전환 이벤트

토스애즈에서 지원하는 표준 전환 이벤트는 아래와 같아요.

| 토스애즈 이벤트 라벨         | 리포트 내 이벤트명 | 설명                |
| ------------------- | ---------- | ----------------- |
| PURCHASE            | 구매         | 결제 및 주문 완료(매출 발생) |
| SIGNUP              | 회원가입       | 회원가입 완료           |
| LEAD\_COLLECTION    | 잠재 고객      | 상담 신청, 양식 제출      |
| PRODUCT\_VIEW       | 상세페이지 조회   | 상품/콘텐츠 상세 페이지 조회  |
| ADD\_TO\_CART       | 장바구니 담기    | 장바구니 상품 추가        |
| INITIATE\_CHECKOUT  | 결제 시작      | 결제/주문 페이지 진입      |
| INSTALL             | 앱 설치       | 앱 설치 완료           |
| APP\_OPEN           | 앱 열기       | 앱 실행              |
| SEARCH              | 검색         | 서비스 내 검색 결과 조회    |
| SIGNIN              | 로그인        | 로그인 완료            |
| PAGE\_VIEW          | 페이지 조회     | 페이지 방문            |
| VIEW\_HOME          | 홈 조회       | 홈 화면 방문           |
| FIRST\_PURCHASE     | 첫 구매       | 첫 구매 완료           |
| GET\_OFFER          | 쿠폰 다운로드    | 쿠폰 다운로드 / 혜택 수령   |
| ADD\_TO\_WISHLIST   | 위시리스트 추가   | 상품 위시리스트 추가       |
| SUBSCRIBE           | 구독         | 알림 신청 / 구독 시작     |
| APP\_DEEPLINK\_OPEN | 딥링크 열기     | 딥링크를 통한 앱 실행      |
| PRE\_REGISTER       | 사전 예약      | 사전 예약 / 런칭 전 등록   |
| VIEW\_LIMIT         | 한도 조회      | 대출/보험료 한도 조회      |
| APPLY\_SCREENING    | 가심사 조회     | 가심사 조회 / 적격 확인    |
| AD\_IMPRESSION      | 인앱 광고 노출   | 광고 노출 (매출 발생)     |

* 이벤트별 상세 연동 예시와 파라미터 설명은 각 연동 문서에서 확인할 수 있어요.
  * 웹 전용 이벤트의 상세 구현 방법은 [토스 픽셀 연동 가이드](/guide/tracking/tosspixel.md)를 참고해 주세요.
  * 앱 전용 이벤트의 상세 구현 방법은 [MMP 연동 가이드](/guide/tracking/mat.md)를 참고해 주세요.

***

전환 캠페인 MO를 운영하려면 광고 목표별로 아래 표준 이벤트를 반드시 설치해 주세요.

| 광고 목표 / MO       | 필수 설치 이벤트                                                                 |
| ---------------- | ------------------------------------------------------------------------- |
| 구매 유도하기(카탈로그 연동) | PRODUCT\_VIEW, ADD\_TO\_CART, PURCHASE (+ Revenue, Currency, Product\_id) |
| 구매 유도하기(직접 등록)   | PRODUCT\_VIEW, ADD\_TO\_CART, PURCHASE (+ Revenue, Currency)              |
| 앱 설치 유도하기        | INSTALL, APP\_OPEN, PURCHASE 또는 AD\_IMPRESSION (+ Revenue, Currency)      |
| 잠재고객 모으기         | LEAD\_COLLECTION                                                          |

{% hint style="info" %}
구매유도하기(카탈로그 연동) 운영 시 **Singular, Adjust**를 사용하는 광고주인 경우, product 정보 수집에 대한 토스애즈와의 개별 연동이 필요합니다. 담당 AM분과 상의 및 채널톡을 통해 문의 바랍니다.
{% 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://toss-ads.gitbook.io/guide/tracking/tag/tracked-events.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.
