# 메타 픽셀 이벤트 설정 (전환)

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

{% hint style="info" %}
해당 가이드는 광고 설정 방법에 대한 가이드가 아닙니다.\
광고 설정이나 셋팅은 광고 대행사 혹은 광고 담당자에게 문의해 주세요.
{% endhint %}

## 메타 픽셀 이벤트 뭐로 잡아야하나요?

로워드 브릿지 강의 호스팅에서 2가지로 이벤트가 발생하고 있습니다.\
강의 신청 시 completeRegistration 이벤트가 발생하고, 결제 완료 시 purchase 이벤트가 발생됩니다.

| 이벤트                                   | 발생 조건                                      | 어디서 쓰나요?                           |
| ------------------------------------- | ------------------------------------------ | ---------------------------------- |
| <p>completeRegistration<br>(등록완료)</p> | <p>수강 신청을 클릭했을 경우<br>(기 수강자는 이벤트 발생안함)</p> | 무료 강의 등 실 결제가 발생하지 않는 강의 상품에 적용    |
| <p>purchase<br>(결제완료)</p>             | 결제가 완료된 경우                                 | 유료 강의 결제 완료 기준으로 전환 최적화가 필요한 경우 적용 |

메타 광고 세트 설정 시 이벤트를 등록완료 혹은 결제완료 이벤트를 설정하여 광고를 최적화해 보세요.


---

# Agent Instructions: 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:

```
GET https://docs.ledu.kr/meta/event.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
