# #내부유입

‘내부유입’은 웹사이트 내부에서 유입이 시작된 경우입니다. 웹 로그분석은 스크립트를 기반으로 이루어지며, 아래와 같은 경우 내부에서 유입이 발생하게 됩니다.

#### 1. 분석 스크립트가 없는 페이지로 처음 방문 후 분석 스크립트가 있는 페이지로 이동한 경우입니다.

사이트에서 분석 스크립트가 처음 실행될 때 유입출처를 판단하며, 유입출처가 내 사이트가 되는 아래와 같은 경우 ‘내부유입’으로 분석합니다.

<figure><img src="/files/GJi1F8P4dJQOMzf4CIsH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bDpy3vy4RzKBwtpqNB3l" alt=""><figcaption></figcaption></figure>

> 내부유입 비율이 높은 경우는 대부분 특정 페이지에 분석 스크립트 설치가 누락된 경우입니다.\
> ① 인트로 페이지, 이벤트 페이지, 새로 제작한 페이지(사이트 리뉴얼) 등에
>
> 분석 스크립트가 설치되지 않은 경우\
> ② 사이트 접속 시 자동으로 페이지가 이동되는 경우\
> (예 : [www.sample.co.kr](http://www.sample.co.kr/)로 접속 시 주소창의 페이지가 [www.sample.co.kr](http://www.sample.co.kr/)/main.php 와 같이 변경될 때) 연결되는 첫 페이지에 분석 스크립트가 없고 이동 후 스크립트가 실행되면 '내부유입'으로 분석.
>
> 분석 스크립트 설치가 누락된 페이지에 스크립트를 설치하면 정상적인 유입출처 분석이 가능합니다.

#### 2. 웹사이트에 방문 후 40분 동안 액션(페이지 이동)이 없는 경우, 방문(세션)이 종료됩니다.

방문(세션) 종료 이후 종료된 페이지에서 다시 액션(페이지 이동)을 취하게 되면

사이트 내부에서 유입이 시작되어 내부유입으로 분석됩니다.

#### 3. 사용자가 [쿠키(Cookie)](/guide/utilize/term/cookie-session.md#cookie)를 차단하여 방문한 경우입니다.

처음 유입은 정상 분석되지만 이후 페이지 이동 시 내부 유입으로 증가합니다.


---

# 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://acecounter.gitbook.io/guide/utilize/term/internal.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.
