获取埋点数量限额
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GrowingIO 根据付费版本设定不同的埋点事件和维度的限额,通过此接口获取您项目的限额。
https://www.growingio.com/v1/api/projects/{project_uid}/vars/quotas
GET
公共头部请参考公共请求头参数。
路径参数
类型
是否必传
说明
project_uid
string
是
项目UID。
{
"event": 50000, // 打点事件限额
"var": 100, // 事件级变量限额
"pvar": 50, // 页面级变量限额
"ppl": 50000 // 登录用户变量限额
}