# Meta Pixel

## \[서비스 연동] - \[Meta Pixel]

### Meta Pixel 키 값 받기

1. Meta Pixel 연동을 위한 기 값을 받으세요.  [바로가기](https://www.facebook.com/events_manager2)

### **Meta Pixel 커스텀 이벤트**

<table><thead><tr><th width="343.3333333333333">이벤트 이름</th><th width="275">이벤트 설명</th><th>이벤트 내용</th></tr></thead><tbody><tr><td>whattime.calendar_page_viewed</td><td>예약 페이지가 조회됨, 백버튼 클릭시 두번 호출됩니다.</td><td></td></tr><tr><td>whattime.date_selectedd</td><td>날짜를 선택함</td><td>{ date }</td></tr><tr><td>whattime.date_and_time_selected</td><td>날짜와 시간이 선택됨</td><td>{ date, time }</td></tr><tr><td>whattime.schedule_created</td><td>예약하기 버튼을 클릭하여 예약함</td><td>{ code }</td></tr><tr><td>whattime.home_page_viewed</td><td>예약 홈페이지 접속</td><td></td></tr></tbody></table>


---

# 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://guide.whattime.co.kr/prepare/integration/meta-pixel.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.
