Events API
Get Average Number Of Sessions Per User
Description: Retrieves average number of sessions per user based on the specified start and end dates.
Parameters:
period
: The start and end dates
Header
x-api-key
: Your API Key (Dashboard->Settings)
Returns:
AverageSessionsPerUserResponse
: The transformed average number of sessions per user data.
Raises:
HTTPException
: If an error occurs during the retrieval process.
GET
Authorizations
Your API Key (Dashboard->Settings)
Query Parameters
Start date in YYYYMMDD format
End date in YYYYMMDD format
Segments in Amplitude-like format. Example used: [{"prop":"country","op":"is","values":["United States"]}]
Response
200 - application/json
Average sessions per user data