

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 從 Google Search Console 實體中讀取
<a name="google-search-console-reading-from-entities"></a>

**必要條件**

您想要從中讀取的 Google Search Console 物件。將需要物件名稱。

**來源的支援實體**：


| 實體 | 可以篩選 | 支援限制 | 支援排序依據 | 支援選取 \$1 | 支援分區 | 
| --- | --- | --- | --- | --- | --- | 
| 搜尋分析 | 是 | 是 | 否 | 是 | 否 | 
| 網站 | 否 | 否 | 否 | 是 | 否 | 
| 網站地圖 | 否 | 否 | 否 | 是 | 否 | 

**範例**：

```
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/zh_tw/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>

不支援篩選條件型分區和記錄型分區。