# AOS 데이터 검증

## 1. 디버깅 모드 설정

`string.xml` 파일 `dotAuthorizationKey` 값에서 디버그 모드를 활성화 해주세요.

```markup
<item name="isDebug">true</item>
```

## 2. Install

### 2.1 Oraganic Install

#### 1) 안드로이드 단말기에 앱이 기설치된 경우 앱을 제거해 주세요.

#### 2) 안드로이드 단말기에 와이즈트래커 SDK가 포함된 앱을 설치해 주세요.

#### 3) Android Studio 로그캣을 활성화 합니다.

#### 4) 로그캣에 `DOT_VALIDATION` 필터를 걸어주세요.

#### 5) 앱을 실행해 주세요.

#### 6) 콘솔창에 출력된 로그를 확인해 주세요.

![](/files/-M_ZxMMSwHr6mBlXYuUI)

### 2.2 Non-Organic Install(테스트 랜딩 URL 향후 지원 예정)

#### 1) 안드로이드 단말기에 앱이 기설치된 경우 앱을 제거해 주세요.

#### 2) 랜딩 URL에 사용 앱의 안드로이드 패키지를 넣어 주세요.

<http://test.wisetracker.co.kr/landing/v2>

#### 3) URL을 이메일, 메신저를 통해 전송후 해당 URL을 클릭해 주세요.

#### 4) 클릭시 해당 앱의 구글 플레이 스토어로 이동합니다. 앱을 설치 하지 않고, 5번 단계를 진행해 주세요.

#### 5) 안드로이드 단말기에 와이즈트래커 SDK가 포함된 앱을 설치해 주세요.

#### 6) Android Studio 로그캣을 활성화 합니다.

#### 7) 로그캣에 `DOT_VALIDATION` 필터를 걸어주세요.

#### 8) 앱을 실행해 주세요.

#### 9) 콘솔창에 출력된 로그를 확인해 주세요.

![](/files/-M_ZxahdB-j_WuV2flL9)

## 3. GOAL

`logEvent()` 이벤트 발생시 태깅시 입력했던 값을 로그를 통해 확인할 수 있습니다.

![](/files/-M_ZxggyBEVoPldgdDrg)

## 4. PAGES

`logScreen()` 이벤트 발생시 태깅시 입력했던 값을 로그를 통해 확인할 수 있습니다.

![](/files/-M_Zxr5SNNX9-S6yIs3A)

## 5. CLICK

`logClick()` 이벤트 발생시 태깅시 입력했던 값을 로그를 통해 확인할 수 있습니다.

![](/files/-M_Zxxm11YvC0_c5AjLs)

## 6. REVENUE

`logPurchase()` 이벤트 발생시 태깅시 입력했던 값을 로그를 통해 확인할 수 있습니다.

![](/files/-M_Zy0UZFaT5KbhUA3NF)


---

# 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/android-validation.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.
