tencent cloud

All product documents
APIs
Querying Device Statistics
Last updated: 2024-01-17 14:26:44
Querying Device Statistics
Last updated: 2024-01-17 14:26:44

API Description

Request method: POST. Calling frequency limit: 200 times/hour.
request address/v3/statistics/get_device_stat_overview
The API request address is corresponding to the service access point. Select the request address corresponding to the service access point of your application.
Feature: this API is used to query "daily new devices", "daily active users", and "historically accumulated devices" of the application within a certain time period.

Parameter Description

Request parameters

Parameter Name
Required
Type
Description
startDate
Yes
String
Query start date
Format: YYYYMMDD
Limit: only data in the last 3 months can be queried
endDate
Yes
String
Query end date. Format: YYYYMMDD

Response parameters

Parameter Name
Type
Description
retCode
Integer
Returned status code
errMsg
String
Error message
getDeviceStatOverviewData
Array
Returned result, with getDeviceStatOverviewData structure variables shown in following table

getDeviceStatOverviewData

Parameter Name
Type
Description
date
Integer
Data date
accuUv
Integer
Accumulated devices
newUv
Integer
Daily new devices
activeUv
Integer
Daily peak of online devices

Samples

Sample request

{
"startDate": "20190724",
"endDate": "20190726"
}

Sample response

{
"retCode": 0,
"errMsg": "",
"getDeviceStatOverviewData": [
{
"date": 20190724,
"accuUv": 0,
"newUv": 0,
"activeUv": 0
},
{
"date": 20190725,
"accuUv": 0,
"newUv": 5,
"activeUv": 0
},
{
"date": 20190726,
"accuUv": 5,
"newUv": 0,
"activeUv": 2
}
]
}

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support
Hong Kong, China
+852 800 906 020 (Toll Free)
United States
+1 844 606 0804 (Toll Free)
United Kingdom
+44 808 196 4551 (Toll Free)
Canada
+1 888 605 7930 (Toll Free)
Australia
+61 1300 986 386 (Toll Free)
EdgeOne hotline
+852 300 80699
More local hotlines coming soon