访客设备
属性
说明
必含
类型
type
数据类型,固定值 sessions_by_device_type
是
string
chart_type
图表类型,固定值 table
是
string
data
数据
是
object
data>>kind
设备名称
是
string
data>>visits
访客数
是
string
platforms
设备平台
是
object
platforms>>kind
平台名称
是
string
platforms>>visits
访客数
是
string
访客设备
GET
/openapi/2025-04/reports/sessions_by_device_type
权限:read_reports
Query Parameters
Name
Type
Description
filter[start]*
string
起始时间
filter[end]*
string
结束时间
{
"type": "sessions_by_device_type",
"chart_type": "table",
"data": [
{
"kind": "PC",
"visits": 25,
"platforms": [
{
"kind": "Mac OS X",
"visits": 22
},
{
"kind": "Windows",
"visits": 3
}
]
}
]
}
Last updated