

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

# Google Search Console 限制
<a name="google-search-console-limitations"></a>

以下是 Google Search Console 的限制或備註：
+ Google Search Console 會強制執行 API 的使用限制。如需詳細資訊，請參閱[用量限制](https://developers.google.com/webmaster-tools/limits)。
+ `Search Analytics` 實體未傳遞篩選條件時，API 會加總所指定預設日期範圍內整個網站的所有點選、曝光、CTR 和其他資料，並將其顯示為單一記錄。
+ 若要將資料細分為較小的區段，您需要將維度引入您的查詢。Dimensions 會告知 API 您希望如何分區資料。
  + 例如，如果新增 `filterPredicate: dimensions="country"`，您會在網站在指定期間內接收流量的每個國家/地區取得一筆記錄。
  + 傳遞多個維度的範例：`filterPredicate: dimensions="country" AND dimensions="device" AND dimensions="page"`。在這種情況下，您將在這三個維度的每個唯一組合的回應中取得一列。
+ `start_end_date` 和 `dataState` 欄位已設定預設值。    
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_tw/glue/latest/dg/google-search-console-limitations.html)