v1
latestOpenAPI 3.1.02026-07-2414103.5 MBDaily Active Users (Android) - Legacy
Returns the number of unique daily active users of a given app on Android.
get/{store}/{app_id}/engagement/dau
Path parameters
storestring required
Input "Google" (Android)
app_idstring required
Enter an app ID. How to find App IDs
Query parameters
api_keystring required
Your Similarweb API key.
start_datestring
Start month (format: YYYY-MM)
end_datestring
End month (format: YYYY-MM)
countrystring required
Country filter, as a 2-letter ISO country code. To see the country filters you have access to, please refer to the Check Capabilities endpoint.
granularitystring required
Set the granularity for the returned values. Can be 'daily', 'weekly' or 'monthly'.
formatstring
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
Response
200
Example response
{
"meta": {
"request": {
"granularity": "Monthly",
"start_date": "2018-01",
"end_date": "2018-03",
"store": "Google",
"app_id": "com.whatsapp",
"format": "json",
"country": "us"
},
"status": "Success",
"last_updated": "2020-10-31"
},
"daily_active_users": [
{
"start_date": "2018-01-01",
"end_date": "2018-01-31",
"active_users": 21804683.04607921
}
]
}