获取留存分析数据

URL

https://www.growingio.com/v3/exporter/projects/{project_uid}/retentions/{retention_id}

请求类型

GET

结果返回方式

异步:参考 概述 部分的描述

请求头参数

公共头部请参考公共请求头参数

参数说明与示例

路径参数

类型

是否必传

说明

retention_id

string

留存分析单图ID

详细请参考: 获取看板中的图表信息

project_uid

string

项目UID,详细请参考 获取项目UID

查询参数

类型

是否必传

说明

range

string

事件范围。

  • day(日留存)

  • week(周留存)

  • month(月留存)

startTime

integer

数据起始时间,unix毫秒时间戳。

需与endTime一起使用。

endTime

integer

数据结束时间,unix毫秒时间戳。

需与startTime一起使用。

最后更新于