> 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/bot.md).

# 유입 IP 66.249.. 에 대해 알아보기

> <mark style="color:red;">**방문자 IP 확인이 가능한 에이스카운터 주요 통계**</mark>
>
> * \[CPC유입 > CPC유입내역]
> * \[방문자 > 최근방문자] : 특정 IP 검색 기능 제공
> * \[분석통계 > 방문자 > 현재접속중인 방문자]

## IP 66.249.*.* 정체 알아보기 <a href="#bot-ip-info" id="bot-ip-info"></a>

***

에이스카운터에서 방문자 IP를 확인할 수 있는 통계 항목 중 하나인 CPC 유입 내역을 살펴보면 Unique ID / IP / 광고매체 / 검색어 / 유입일시 / 페이지뷰 / 지역 정보를 확인할 수 있습니다. 66.249.. 유입 정보를 살펴보면 아래와 같이 확인됩니다.

#### 1) 구글 크롤링 작업을 위한 봇 IP

* 구글은 웹 검색 서비스 최적화를 위해 봇(Bot)을 이용해 인터넷 내 모든 페이지를 자동으로 방문하고 있습니다. 이러한 작업을 크롤링이라고 합니다.
* 구글은 크롤러의 IP를 명시하지 않고, host 명령으로 확인하라고 안내하고 있습니다. 그렇기 때문에 봇 IP 확인이 불분명합니다.

> <mark style="color:red;">**파악되고 있는 크롤링 봇 IP**</mark>
>
> 66.68.90.1 \~ 64.68.90.255
>
> 64.233.173.193 \~ 64.233.173.255
>
> 66.249.64.1 \~ 66.249.79.255
>
> 216.239.33.96 \~ 216.239.59.128
>
> **출처 : <https://db-ip.com/>**

#### 2) 크롬 데이터 세이버 모드로 유입 시

* 모바일, PC에서 크롬을 통해 유입 시, 방문자의 크롬 브라우저 설정 중 데이터 세이버 기능이 켜져 있는 경우 구글 IP로 유입됩니다.

> > **모바일 설정 방법**
> >
> > 크롬 앱 실행 > 설정 > 데이터 세이버 > ON/OFF
>
> > **PC 설정 방법**
> >
> > 크롬 웹 스토어 > 데이터 세이버 설치/제거
>
> \[참고]
>
> PC에서는 크롬 확장 프로그램을 이용합니다. 설치 시 크롬 상단 바 우측에서 데이터 사용량을 알 수 있는 아이콘이 추가됩니다.

## IP 66.249.*.* 차단해야 할까? <a href="#bot-ip-block" id="bot-ip-block"></a>

***

다음 내용을 참고하시어 운영하시는 목적과 의도에 따라 차단 여부를 결정하시기 바랍니다.

> * 해당 IP를 통한 광고 상품(CPC) 유입 시 광고비 과금이 이뤄지지 않습니다.
> * 에이스카운터 방문 통계 데이터 확인 시 유입수에 포함되어 집계됩니다. 제외를 원하시는 경우 에이스카운터 로그인 후 \[설정 > IP 필터링]에 등록하시면, 수집/분석 대상에서 제외됩니다.
> * 구글 IP 크롤러는 66.249.*.* 외에도 존재하며 정확한 IP 리스트는 불분명합니다.


---

# 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/bot.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.
