v1
latestOpenAPI 3.1.02026-07-2414103.5 MBSessions Per User (Android) - Legacy
Returns the average number of sessions per user on Android.
get/Google/{app_id}/engagement/sessions-per-user
Path parameters
app_idstring required
Android app name without brackets {}. To learn how to find App IDs visit https://developers.similarweb.com/docs/how-to-find-app-ids
Query parameters
api_keystring
Your Similarweb REST API key
start_datestring
Start date (format: YYYY-MM-DD)
end_datestring
End date (format: YYYY-MM-DD)
countrystring
Country filter, as a 2-letter ISO country code
granularitystring
The granularity for the returned values. Possible values: 'daily', 'weekly' or 'monthly'. if there is no granularity, the avarage value for the period will be returned
Response
200
Example response
{
"meta": {
"request": {
"granularity": "Monthly",
"start_date": "2023-10",
"end_date": "2024-01",
"store": "Google",
"app_id": "com.whatsapp",
"format": "json",
"country": "us"
},
"status": "Success",
"last_updated": "2024-01-31"
},
"sessions_per_users": [
{
"start_date": "2023-10-01",
"end_date": "2023-10-31",
"sessions": 14.706115231476444
}
]
}