> For the complete documentation index, see [llms.txt](https://acecounter.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acecounter.gitbook.io/guide/utilize/reports/referrer.md).

# 유입 경로분석(상세)

사이트에 방문하기 위해 방문자들은 주소창에 직접 주소를 입력([직접유입](/guide/utilize/term/direct.md)) 하거나, 검색엔진에서 검색 등 여러 경로로 방문하게 됩니다. 이런 방문 경로를 수집하여 분석하는 것이 유입 경로분석입니다.

<figure><img src="/files/54Y58mbaGuYD1dvh2p0g" alt=""><figcaption></figcaption></figure>

예를 들어, 네이버에서 '에이스카운터'라고 검색하면 아래와 같은 화면이 보입니다.

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

검색 화면에서 표시한 링크 영역을 클릭해 사이트로 방문하면 위 페이지의 주소인 search.naver.com/search.naver? where=nexearch \&query=%EC%97% 90% EC% 9D%B4% EC% 8A%A4% EC%B9% B4% EC% 9A%B4% ED%84% B0\&sm=top\_hty\&fbm=1\&ie=utf8 을 유입경로로 분석하게 됩니다.

이렇게 수집된 유입경로에 대해 유입 도메인에서는 'naver.com'으로, 유입 도메인 상세에서는 'search.naver.com'으로 2차 도메인 부분까지 분석하게 되며, 유입 URL 상세에서는 전체 주소인 'search.naver.com/search.naver? where=nexearch \&query=%EC%97% 90% EC% 9D%B4% EC% 8A%A4% EC%B9% B4% EC% 9A%B4% ED%84% B0\&sm=top\_hty\&fbm=1'로 분석합니다.

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

<figure><img src="/files/9c5klBwIoUbjFcENw9yF" alt=""><figcaption></figcaption></figure>

**\[요약]**

* 네이버 검색엔진에서 얼마나 유입되었는지 궁금한 경우 → **유입 도메인 확인**
* 네이버 검색엔진 중 블로그(또는 검색, 카페, 지식인 등)에서 얼마나 유입되었지 궁금한 경우 → **유입 도메인 상세**
* 방문자의 유입 출처 URL을 통째로 확인하고 싶은 경우 → **유입 URL 상세**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://acecounter.gitbook.io/guide/utilize/reports/referrer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
