Aggregate analytics for the last 30 days.
Output
Encoding
application/jsonappVersionMix
array
Required
No description available.
countryMix
array
Required
No description available.
dau
array
Required
No description available.
eventCounts
array
Required
No description available.
platformMix
array
Required
No description available.
usersLast30d
integer
Required
No description available.
windowDays
integer
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"windowDays",
"dau",
"eventCounts",
"countryMix",
"platformMix",
"appVersionMix",
"usersLast30d"
],
"properties": {
"dau": {
"type": "array",
"items": {
"type": "unknown"
}
},
"countryMix": {
"type": "array",
"items": {
"type": "unknown"
}
},
"windowDays": {
"type": "integer"
},
"eventCounts": {
"type": "array",
"items": {
"type": "unknown"
}
},
"platformMix": {
"type": "array",
"items": {
"type": "unknown"
}
},
"usersLast30d": {
"type": "integer"
},
"appVersionMix": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
},
"description": "Aggregate analytics for the last 30 days."
}