# Statistics

Statistics resources of the Mailjet Email API.

## Stat Counters List

 - [GET /v3/REST/statcounters](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_statcounters.md): Get aggregated statistics for a specific campaign, list, API Key or sender email address. Both message-based and event-based stats can be retrieved.

## Campaign Overview List

 - [GET /v3/REST/campaignoverview](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_campaignoverview.md): Retrieve delivery and engagement statistics for all drafts, AB Testing objects or sent campaigns. In addition, for each object you will see its type, edit tool used and creation time, as well as general info like the title and subject line for the campaign.

## Campaign Overview by ID

 - [GET /v3/REST/campaignoverview/{ID}](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_campaignoverview_id.md): Retrieve information about a specific draft, AB Testing object or sent campaign. You will see its type, edit tool used and creation time, as well as general info like the title and subject line for the campaign.

## Contact Statistics List

 - [GET /v3/REST/contactstatistics](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_contactstatistics.md): Retrieve a list of overall aggregated delivery and engagement statistics, grouped by contact.

## Contact Statistics by ID

 - [GET /v3/REST/contactstatistics/{contact_ID}](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_contactstatistics_id.md): Retrieve a list of overall aggregated delivery and engagement statistics for a specific contact. To obtain a valid contact_ID, first call GET /v3/REST/contact to list your contacts.

## List Recipient Statistics

 - [GET /v3/REST/listrecipientstatistics](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_listrecipientstatistics.md): Retrieve a list of overall aggregated delivery and engagement statistics for all list recipients. A list recipient object manages the relationship between a contact and a contactslist - every instance of a contact being added to a list creates a new list recipient.

## List Recipient Statistics by ID

 - [GET /v3/REST/listrecipientstatistics/{listrecipient_ID}](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_listrecipientstatistics_id.md): Retrieve a list of overall aggregated delivery and engagement statistics for a specific list recipient. To obtain a valid listrecipient_ID, first call GET /v3/REST/listrecipient to list your list recipients.

## Link Click Statistics

 - [GET /v3/REST/statistics/link-click](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_statistics_link_click.md): Retrieve aggregated click statistics for a campaign, grouped by URL links. Links will be identified by their URL and position index within the campaign template.

## Top Link Clicked List

 - [GET /v3/REST/toplinkclicked](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_toplinkclicked.md): Retrieve a list of overall aggregated click statistics, grouped by URL.

> Note: If no query parameters are used, will return stats with FromTS equal to the current day at 00:00 UTC.

## User Agent Statistics

 - [GET /v3/REST/useragentstatistics](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_useragentstatistics.md): Retrieve a list of open or click statistics, grouped by web browser or email client.

> Note: If no query parameters are used, will return stats with FromTS equal to the current day at 00:00 UTC.

## Recipient ESP Statistics

 - [GET /v3/REST/statistics/recipient-esp](https://dev.mailjet.com/openapi/openapi-mailjet/statistics/get_v3_statistics_recipient_esp.md): Get aggregated delivery and engagement statistics, grouped by recipient Email Service Provider (ESP).

