{
"endTime": "2019-08-24T14:15:22Z",
"startTime": "2019-08-24T14:15:22Z",
"pageIds": [
"string"
],
"pageSize": 0,
"currentPage": 0
}
curl --location --request POST '/lighthouse/admin/api/v1/analysis/pageAnalysis' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"endTime": "2019-08-24T14:15:22Z",
"startTime": "2019-08-24T14:15:22Z",
"pageIds": [
"string"
],
"pageSize": 0,
"currentPage": 0
}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {
"list": [
{
"pv": 0,
"uv": 0,
"ip": 0,
"visits": 0,
"avgPv": 0,
"avgDepth": 0,
"avgDuration": 0,
"bounceRate": 0,
"time": "2019-08-24T14:15:22Z",
"browser": "string",
"province": "string",
"city": "string",
"title": "string",
"description": "string",
"image": "string",
"pageUrl": "string",
"children": [
{}
],
"name": "string"
}
],
"total": 0,
"currentPage": 0,
"pageSize": 0
}
}