Retrieve email statistics by browser.
GET {{baseUrl}}/browsers/stats?start_date=<string>&end_date=<string>&limit=<string>&offset=<string>&aggregated_by=<string>&browsers=<string>
This endpoint allows you to retrieve your email statistics segmented by browser type.
We only store up to 7 days of email activity in our database. By default, 500 items will be returned per request via the Advanced Stats API endpoints.
Advanced Stats provide a more in-depth view of your email statistics and the actions taken by your recipients. You can segment these statistics by geographic location, device type, client type, browser, and mailbox provider. For more information about s
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start_date | string | The starting date of the statistics to retrieve. Must follow format YYYY-MM-DD. | |
end_date | string | The end date of the statistics to retrieve. Defaults to today. | |
limit | string | The number of results to include on each page. | |
offset | string | The number of results to exclude. | |
aggregated_by | string | How to group the stats. Must be either "day", "week", or "month". | |
browsers | string | The browsers to get statistics for. You can include up to 10 different browsers by including this parameter multiple times. |