# 연동 데이터 요약

## SESSION

| Key      | Value 예시                             | Type     | 설명              | 필수 여부 |
| -------- | ------------------------------------ | -------- | --------------- | ----- |
| dSource  | "SDK", "Website"                     | string   | 데이터 분류          | Y     |
| \_wtno   | 102                                  | int      | 서비스 식별 번호       | Y     |
| plat     | "AOS","IOS","PC"                     | string   | 플랫폼 정보          | Y     |
| advtId   | 12D9505B-A48E-410A-8787-75BF39DA82F5 | string   | ADID 또는 IDFA 정보 | Y     |
| vtTz     | 1619213002527                        | unixtime | 이벤트가 발생한 시간 정보  | Y     |
| vendorId | BEC1FA5F-6187-4BB4-B0DE-D2C8F5BC1085 | string   | Vendor ID 정보    | N     |
| lng      | "ko"                                 | string   | 언어 설정 정보        | N     |
| phone    | SM-G977N                             | string   | 디바이스 모델 정보      | N     |
| cari     | "SKTelecom","KT","LG U+" 등           | string   | 통신사 정보          | N     |
| apVr     | "1.0.50"                             | string   | 앱 버전 정보         | N     |
| pkg      | "com.thinkpool.mobile.trade"         | string   | package 번들 정보   | N     |

## GOAL

GOAL 데이터 그룹과 관련된 세부 사항은 인앱 이벤트 API 내용을 참고하시기 바랍니다. 해당 내용중 DOT.logEvent API 함수로 사용되는 부분이 GOAL 데이터 그룹으로 사용 가능한 항목을 의미합니다.

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

## REVENUE

REVENUE 데이터 그룹과 관련된 세부 사항은 인앱 이벤트 API 내용을 참고하시기 바랍니다. 해당 내용중 DOT.logPurchase API 함수로 사용되는 부분이 REVENUE 데이터 그룹으로 사용 가능한 항목을 의미합니다.

(구매에 대한 항목을 참고 해 주세요)

{% content-ref url="/pages/WcdbffONwpQtldaImBYh" %}
[e-Commerce : 이커머스](/v2-developer/in-app-event/event-list/e-commerce.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/server-to-server/data_summary.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.
