问题
最近不少GA4用户在使用Looker Studio的時候会遇到各种各样的报错,如
原因
这其实是因为最近GA4(2022年11月)给Data API(就是取数据的API)做了限额,超过限额就会提示错误,具体限额如下:
配额名称 | 标准媒体资源数量上限 | Analytics 360 媒体资源限制 |
---|---|---|
每个媒体资源每天的核心令牌数 | 200000 | 200 万 |
每小时每个媒体资源的核心令牌数 | 40000 | 400000 |
每小时每个媒体资源的核心令牌数 | 14000 | 140000 |
每个媒体资源的核心并发请求数 | 10 | 50 |
每小时每个媒体资源的核心服务器错误数 | 10 | 50 |
每个媒体资源每天的实时令牌数 | 200000 | 200 万 |
每个媒体资源每小时的实时令牌数 | 40000 | 400000 |
每小时每个媒体资源的实时令牌数(每小时) | 14000 | 140000 |
每个媒体资源的实时并发请求数 | 10 | 50 |
每小时每个媒体资源的实时服务器错误数 | 10 | 50 |
每天每个媒体资源的漏斗令牌数 | 200000 | 200 万 |
每个媒体资源每小时的漏斗令牌数 | 40000 | 400000 |
每小时每个媒体资源的漏斗令牌数 | 14000 | 140000 |
每个媒体资源的漏斗并发请求数 | 10 | 50 |
每个项目每小时的漏斗服务器错误数 | 10 | 50 |
更多关于GA4的限额,请看:Google Analytics 4 免费版和付费版的限额对比
这是限额是对取数据的Data API,Looker Studio也受到Data API限额的影响。
限额是基于令牌数,GA4会根据数据的复杂程度计算所需的令牌书,数据越复杂,令牌数就越多,一个请求最多会消耗10个令牌书。
对于一个报告,免费版的GA4,每小时的令牌数是1250,也就是最多可以有125请求,如果一个报告,有多个主题(报告图表),令牌数很容易就用完的。
在Looker Studio中,的空白处点击右键——「Google Analytics Token Usage」就可以看到Google Analytics (GA4) Token Usage:
潜在方案
这个限额是GA4的缺点,基本是希望GA4使用者去用BigQuery或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