User Statistics
Get My Event Statistics ๐
Get your app events statistics (clicks, installs, leads, sales) for a specific time range. If no time range is provided, statistics for all time are returned.
get/api/v1/stats/my-events
Query parameters
startDatestring date-time nullable
Start date for filtering events (ISO 8601 format). If not provided, all events from the beginning are included.
Start date for filtering events (ISO 8601 format). If not provided, all events from the beginning are included.
endDatestring date-time nullable
End date for filtering events (ISO 8601 format). If not provided, all events until now are included.
End date for filtering events (ISO 8601 format). If not provided, all events until now are included.
Response
Successful Response
Example response
{
"clicks": 150,
"firstSales": 25,
"installs": 100,
"leads": 50,
"repeatedSales": 10
}Changes
No recorded changes to this endpoint across all 1 revision of this API.