StatsByBrowser
Query Browser Statistics in SendGrid.
View-Specific Information
Select
You need to specify a time span to select from this table. If you do not specify one, a default span of the past 1 year is used. The Date column supports the >, <, =, <=, and >= operators.
SELECT * FROM StatsByBrowser WHERE Date > '2016-01-01' AND Date < '2016-03-30'
To query Browser Statistics by name.
SELECT * FROM StatsByBrowser WHERE Name = 'Firefox'
Columns
Name | Type | References | Description |
Type | String | The type of the statistic. | |
Name | String | The name of the statistic. | |
Date | Date | The time the global statistic was created. | |
Clicks | Integer | The number of links clicked in your emails. | |
UniqueClicks | Integer | The number of unique recipients who clicked links in your emails. |