# 인앱 분석 API

인앱분석이 필요한 각 화면에 react-native의 NativeModules를 import 합니다.

```javascript
import { NativeModules } from 'react-native';
```

in-App 에서 발생하는 다양한 이벤트를 분석하기 위해서는 분석 대상 앱에서 해당 이벤트가 발생되는 시점에 SDK로 해당 정보를 전달해야 합니다.&#x20;

주요 이벤트들의 분석 방법은 아래의 메뉴에서 자세히 확인 가능합니다.&#x20;

{% content-ref url="/pages/gE78guD3nFh9UsN4yh84" %}
[인앱 이벤트 리스트](/v2-developer/in-app-event/event-list.md)
{% endcontent-ref %}


---

# 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/sdk/react-native/inapp-api.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.
