# In-App Event

- [인앱 이벤트 설정](https://document.wisetracker.co.kr/v2-developer/in-app-event/configuration.md): 유저는 앱을 사용하면서 다양한 행동을 하게 되는데 이런 행동들을 인앱 이벤트라고 부릅니다. 이렇게 유저에 의해 발생한 인앱 이벤트를 측정하기 위해서 인앱 이벤트 API를 앱에 적용할 필요가 있습니다. 다음 사항을 참고하여 API를 적용해 주시기 바랍니다.
- [페이지 분석](https://document.wisetracker.co.kr/v2-developer/in-app-event/configuration/page.md): 페이지뷰, 페이지 체류시간 분석이 가능합니다.웹페이지가 로딩 완료된 시점에 SDK가 제공하는 함수를 호출하여 쉽게 수행할 수 있습니다.
- [커스텀 차원(Custom Dimension)](https://document.wisetracker.co.kr/v2-developer/in-app-event/configuration/custom-dimension.md): 인앱 이벤트 리스트에 제공되는 차원(Dimension) 이외의 차원(Dimension)이 필요하신가요? 사용자의 니즈에 따라 다목적으로 활용가능한 Custom Dimension 을 추가 해 보세요.
- [인앱 이벤트 리스트](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list.md): 온라인 비즈니스가 다양해지면서 업종과 업체마다 요구하는 성과값은 다양합니다. 와이즈트래커는 이에 맞춰 산업 버티컬에 맞는 성과 값을 측정할 수 있도록 다양한 인앱 이벤트를 지원합니다.
- [Basic : 공통 이벤트](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/basic.md): 공통 이벤트란 버티컬을 불문하고 측정할 필요가 있는 인앱 이벤트들을 말합니다. 앱에 해당 기능이 없는 경우가 아니라면 공통 이벤트에 포함된 API는 되도록 많이 적용하는 것을 권장합니다.
- [Messaging : 푸시/인앱 메시지](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/messaging.md): Wisetracker Messaging 서비스를 이용하는 고객들을 대상으로 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [e-Commerce : 이커머스](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/e-commerce.md): 이커머스 앱에서 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [Education : 교육](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/education.md): 교육 앱에서 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [Travel : 여행 및 레저](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/travel.md): 여행 앱에서 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [Entertainment : 엔터테인먼트](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/entertainment.md): 엔터테인먼트 앱에서 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [Game : 게임](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/game.md): 게임 앱에서 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [Fintech : 금융](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/fintech.md): 금융 앱에서 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [Mobility : 모빌리티](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/mobility.md): 모빌리티 앱에서 측정을 권장하는 인앱 이벤트 API와 적용 예시를 안내합니다.
- [인앱 이벤트 태깅(Tagging)](https://document.wisetracker.co.kr/v2-developer/in-app-event/tagging.md): 인앱 이벤트를 태깅하는 과정에서 알아두면 좋은 기본적인 SDK 작동 원리에 대해 안내합니다.


---

# 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://document.wisetracker.co.kr/v2-developer/in-app-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.
