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

# 픽셀 이벤트 수집 확인하기

## 픽셀 헬퍼로 확인하기

### **1. 토스 픽셀 헬퍼란?**

* 토스 픽셀 헬퍼는 웹사이트에 설치된 토스 픽셀이 제대로 작동 하는지 확인할 수 있는 크롬 확장 프로그램이에요
* 토스 픽셀이 설치된 웹사이트를 자동으로 감지해요
* 방문, 장바구니 담기, 구매 등 웹사이트에 설치한 이벤트의 수집 여부를 실시간으로 확인할 수 있어요

***

### **2. 설치 방법**

{% hint style="info" %}
설치 가이드는 Chrome 브라우저 기준으로 작성되었어요
{% endhint %}

1. [설치 링크 바로가기](https://chromewebstore.google.com/detail/kbbggbgnfmbpjpaieklnbbjfkjkkpcbi?utm_source=item-share-cb)
2. **\[Chrome에 추가]** 버튼 클릭 → **\[확장 프로그램 추가]** 버튼 클릭

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

3. 설치 완료 이후 Chrome 브라우저 우측 상단 **\[확장 프로그램]** 버튼을 눌러 토스 픽셀 헬퍼 고정 값으로 설정

<figure><img src="/files/gq8QOxVaXLPRKudiqevK" alt="" width="375"><figcaption></figcaption></figure>

***

### **3. 활용 방법**

1. 토스 픽셀 헬퍼를 설치한 웹사이트 접속
2. 브라우저 우측 상단 토스 픽셀 헬퍼 아이콘 클릭

<figure><img src="/files/9Ye0I3qalMXEnB2vXUn1" alt=""><figcaption></figcaption></figure>

3. 토스 픽셀 정상 설치 여부 확인

<figure><img src="/files/9kdMecpPLNONL0i2mra6" alt=""><figcaption></figcaption></figure>

4. 토스 픽셀 설치가 정상적으로 완료된 페이지라면 설치된 이벤트(PURCHASE, PAGE\_VIEW 등)가 목록으로 표시되어 확인 가능
5. 이벤트 정상 발송 여부, 이벤트 파라미터(금액, ID 등) 포함 여부 확인 가능

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


---

# 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/tosspixel/pixel_event.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.
