> For the complete documentation index, see [llms.txt](https://guide.whattime.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.whattime.co.kr/prepare/integration/google-analytics.md).

# Google Analytics

## \[서비스 연동] - \[Google Analytics]

### Google Analytics 연동 키값을 입력해 주세요.

1. G-ABCD1234 형태에 Google Analytics 4 값을 입력해 주세요.
2. UA-ABCD1234 Universal Analytics tracking ID 값도 연동이 가능합니다.

### Google Analytics 키 값 받기

1. Google Analytics 연동을 위한 기 값을 받으세요.
   1. Google Analytics : [바로가기](https://support.google.com/analytics/answer/9539598?hl=ko)

### Google Analytics **커스텀 이벤트**

<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
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://guide.whattime.co.kr/prepare/integration/google-analytics.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.
