> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/marketing/pixel.md).

# 토스애즈 픽셀 연동

토스애즈를 사용하고 있다면 앱인토스 미니앱에 토스 픽셀을 설치해 전환 이벤트를 수집할 수 있어요. 수집한 데이터를 기반으로 광고 성과를 최적화할 수 있어요.

{% hint style="info" %}
**토스 픽셀은 Web 환경에서만 동작해요**

React Native 환경에서는 지원되지 않아요.
{% endhint %}

### 콘솔에서 설정하기

픽셀 연동을 시작하려면 토스 광고 콘솔에서 전환 추적 코드를 먼저 발급해야 해요.

#### 1. 토스 광고 콘솔 로그인

전달받은 계정으로 토스 광고 콘솔에 로그인해 주세요.

#### 2. 전환 추적 코드 생성하기

광고 도구 > 전환 및 추적 연동 메뉴를 선택해주세요.

전환 추적 코드를 생성해 주세요. 전환 추적 코드는 광고 계정 단위로 발급돼요.

생성된 전환 추적 코드 ID를 복사해 주세요.


---

# 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-apps-in-toss.toss.im/guide/marketing/pixel.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.
