# Web

### Web <a href="#web" id="web"></a>

#### Javascript, jQuery 등으로 개발된 웹사이트 <a href="#javascript-jquery" id="javascript-jquery"></a>

<table><thead><tr><th width="447">항목</th><th width="150">예</th><th width="150">아니오</th></tr></thead><tbody><tr><td>dop-website-sdk.js 파일을 다운로드하여 프로젝트의 최상위 경로에 저장하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/website/javascript-install-guide#javascript-jquery"><mark style="color:blue;">link</mark></a></td></tr><tr><td>index.html 파일의 <code>&#x3C;head></code> 태그 안에 SDK 초기화 스크립트를 삽입하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/website/javascript-install-guide#sdk-3"><mark style="color:blue;">link</mark></a></td></tr><tr><td>웹페이지가 로딩 완료된 시점에 원활하게 페이지 분석이 이뤄질 수 있도록, 공통 footer 파일에 SDK 함수인 logScreen 을 추가하였습니까?</td><td>완료</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/website/javascript-install-guide#undefined"><mark style="color:blue;">link</mark></a></td></tr></tbody></table>

#### &#x20;<a href="#jsx-react" id="jsx-react"></a>

#### JSX, React 등으로 개발된 웹사이트 <a href="#jsx-react" id="jsx-react"></a>

<table><thead><tr><th width="447">항목</th><th width="150">예</th><th width="150">아니오</th></tr></thead><tbody><tr><td>dop-web-sdk 패키지를 프로젝트에 설치 완료하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/website/javascript-install-guide#react.js-jsx"><mark style="color:blue;">link</mark></a></td></tr><tr><td>App.js 컴포넌트에 WDOTInitialization 속성을 추가로 import한 후, componentDidMount 콜백(또는 두번째 인자를 빈배열로 두는 useEffect) 안에 SDK 초기화 스크립트를 삽입하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/website/javascript-install-guide#sdk-3"><mark style="color:blue;">link</mark></a></td></tr><tr><td>웹페이지가 로딩 완료된 시점에 원활하게 페이지 분석이 이뤄질 수 있도록, 공통 footer 컴포넌트의 componentDidMount 콜백(또는 두번째 인자를 빈배열로 두는 useEffect)에 SDK 함수인 logScreen을 추가하였습니까?</td><td>완료</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/website/javascript-install-guide#undefined"><mark style="color:blue;">link</mark></a></td></tr></tbody></table>


---

# 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/quick-start/sdk-checklist/web.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.
