

# Google Search Console 엔터티에서 읽기
<a name="google-search-console-reading-from-entities"></a>

**사전 조건**

읽으려는 Google Ads 객체입니다. 객체 이름이 필요합니다.

**소스에 대해 지원되는 엔터티**:


| 개체 | 필터링 가능 | 제한 지원 | 정렬 기준 지원 | Select \$1 지원 | 분할 지원 | 
| --- | --- | --- | --- | --- | --- | 
| Search Analytics | 예 | 예 | 아니요 | 예 | 아니요 | 
| Sites | 아니요 | 아니요 | 아니요 | 예 | 아니요 | 
| Sitemaps | 아니요 | 아니요 | 아니요 | 예 | 아니요 | 

**예시:**

```
googleSearchConsole_read = glueContext.create_dynamic_frame.from_options(
    connection_type="googlesearchconsole",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "entityName",
        "API_VERSION": "v3"
    }
```

**Google Search Console 엔터티 및 필드 세부 정보**:

Google Search Console에서는 지원되는 엔터티에 대해 메타데이터를 동적으로 가져오도록 엔드포인트를 제공합니다. 따라서 운영자 지원은 데이터 유형 수준에서 캡처됩니다.

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/glue/latest/dg/google-search-console-reading-from-entities.html)

**참고**  
필터에 대한 유효한 값의 업데이트된 목록은 [Google Search Console](https://developers.google.com/webmaster-tools/v1/searchanalytics/query) API 문서를 참조하세요.  
`start_end_date` 필드는 `start_date` 및 `end_date`의 조합입니다.

## 분할 쿼리
<a name="google-search-console-reading-partitioning-queries"></a>

필터 기반 분할 및 레코드 기반 분할은 지원되지 않습니다.