文章目錄
最新消息:每小時的權仗數量由1250提高到14000
问题
最近不少GA4使用者在使用Looker Studio的時候會遇到各種各樣的報錯消息,如:
原因
這其實是因為GA4最近(2022年11月)給API做了配額限制,超過配額限制就會提示錯誤消息,對所有的使用者,具體配額如下:
配額名稱 |
免費版 |
付費版 |
每天每個資源的核心權杖數量 | 200,000 | 200万 |
每小時每個資源的核心權杖數量 | 40,000 | 40,000 |
每項專案每小時每項資源的核心權杖數量 | 14,000 | 14,000 |
每個資源的核心並行要求 | 10 | 50 |
每項資源每小時每項專案的核心伺服器錯誤數 | 10 | 50 |
每天每個資源的即時權杖 | 200,000 | 200万 |
每小時每個資源的即時權杖 | 40,000 | 40,000 |
每項資源每小時每項專案的即時權杖 | 14,000 | 14,000 |
每個資源的即時並行要求 | 10 | 50 |
每個資源每小時每個專案的即時伺服器錯誤數 | 10 | 50 |
每個資源每日的程序權杖 | 200,000 | 200万 |
每個資源每小時的程序權杖 | 40,000 | 40,000 |
每個資源每小時每個專案的程序權杖數量 | 14,000 | 14,000 |
每項資源的程序並行要求 | 10 | 50 |
每個資源每小時每個專案的程序伺服器錯誤 | 10 | 50 |
這個配額只對GA4 API,如果你通過API或Looker Studio就會受到配額。
這個配額是基於權杖,系統會根據要求完成的複雜程度,計算每個要求的權杖,如果要求的數據越複雜,所需權杖就越多,最多要求 10 個權杖,可以理解為一個要求(報表)最多消耗的權杖。
對於一個專案來說,免費版的GA4,每小時的的權杖數是14000,那麼最少就是1400個要求,如果一個頁面有多個要求,或多刷新幾次,就會消耗更多的權杖。
Looker Studio中的空白處點擊右鍵——「Google Analytics Token Usage」就可以看到Google Analytics (GA4) Token Usage:
API配額使用量可以在帳戶資料 API 配額記錄裡看,在GA4裡點擊「管理」——「賬戶設定」——「賬戶」——「帳戶資料 API 配額記錄」:
應對策略
既然有配額,一般的思路是減少自身的使用量,如減少報表數量、使用人數,但這不符合企業的實際情況,不能讓員工不去用。
谷歌推出這個限額,基本是希望GA4使用者去用BigQuery或GA4付費版,配額是GA4的缺點。
最新進展
迫於用戶的壓力,Looker Studio正在做調整:
Dear Looker Studio customers,
We understand that due to Google Analytics Data API (GA4) quota limits, you are experiencing issues while accessing Google Analytics 4 data through our Looker Studio connector. We apologize for the trouble and do understand that you are frustrated from not being able to retrieve the data you want to analyze in Looker Studio.
We are working on connector changes in Looker Studio to maximize the amount of data you can retrieve through the connector before exhausting the GA4 quota limits. We will announce the availability of these changes in our release notes.
In the meantime, please refer to our troubleshooting guide for a solution that works for your use case. Consider also reaching out to the Google Analytics team with your feedback.
Thanks for using Looker Studio!
The Looker Studio team