Stats
Tracking your emails is an important part of being a good sender and learning about how your users interact with your email. This includes everything from basics of clicks and opens to looking at which browsers and mailbox providers your customers use.
We have broken up statistics in specific ways so that you can get at-a-glance data, as well as allowing you to get into the details of how your email is being used.
Category statistics are available for the previous thirteen months only.
Retrieve stats by a specific client type.
GET /v3/clients/{client_type}/stats
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve your email statistics segmented by a specific client 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.
Available Client Types
- phone
- tablet
- webmail
- desktop
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 statistics, please see our Statistics Overview.
Authentication
- API Key
Headers
Path Parameters
Specifies the type of client to retrieve stats for. Must be either "phone", "tablet", "webmail", or "desktop".
default: NoneQuery String
The starting date of the statistics to retrieve. Must follow format YYYY-MM-DD.
default: NoneThe end date of the statistics to retrieve. Defaults to today. Must follow format YYYY-MM-DD.
default: NoneHow to group the statistics. Must be either "day", "week", or "month".
default: NoneResponses
The date that the statistics were gathered.
The list of statistics.
The type of segmentation.
The name of the specific segmentation.
The individual events and their stats.
The total number of times your emails were opened by recipients.
The number of unique recipients who opened your emails.
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.