This page provides you information about how to get email statistics by message and by recipient.
...
Description | Get recipients that received the specified message | ||||
---|---|---|---|---|---|
HTTP Method | GET | ||||
URL | Get the number of recipients that received the specified message (COUNT)
Get a list of email addresses that received specified message (LIST, paging is set as default with pageSize=20)
| ||||
JSON request (example) | none | ||||
JSON response (example) | COUNT method simply return the number of delivered messages (e.g. 2) LIST method returns a paged list (default page size = 20)
| ||||
Paging and filtering (example) | If you want to change the paging size you can take advantage of the "PageSize" option.
If you want to retreive only the messages that are related to a particular list you can specify the "FilterBy" option (e.g. only messages that belong to list 51
|
Read opens by recipient
Full details about opens are kept for at least 90 days, this period is longer if your console account has activated the "Detailed Statistics Extension" option.
Description | Get opens for the specified message | ||||
---|---|---|---|---|---|
HTTP Method | GET | ||||
URL | Get the number of opens for the specified message (COUNT)
Get a list of recipients that opened the specified message (LIST, paging is set as default with pageSize=20)
| ||||
JSON request (example) | none | ||||
JSON response (example) | COUNT method simply return the number of opens (e.g. 13) LIST method returns a list of recipients that opened the message (each recipient could have opened the message more than once, see "Count" parameter for each recipient). The list is paged by default if the number of returned items is higher than 20
| ||||
Paging and filtering (example) | If you want to change the paging size you can take advantage of the "PageSize" option.
If you want to retreive only the messages that are related to a particular list you can specify the "FilterBy" option (e.g. only messages that belong to list 51)
If you want to retreive only the messages that have been opened more than once by specified recipient you can specify the "FilterBy" option (e.g. Count >=2)
|
Read clicks by recipient
Full details about clicks are kept for at least 90 days, this period is longer if your console account has activated the "Detailed Statistics Extension" option.
...
Description | Get bounces that have been reported for the specified recipient | |||||
---|---|---|---|---|---|---|
HTTP Method | GET | |||||
URL | JSON response (example) | COUNT method simply return the number of Get the number of bounces related to the specified recipient (COUNT)
Get a list of messages in which a bounce condition occurred for specified recipient (LIST, paging is set as default with pageSize=20)
| ||||
JSON request (example) | none | |||||
Get a detailed list of messages in which a bounce condition occurred for specified recipient (DETAILED LIST, paging is set as default with pageSize=20)
| ||||||
JSON request (example) | none | |||||
JSON response (example) | COUNT method simply return the number of bounces (e.g. 4) LIST method returns a paged list
| |||||
Paging and filtering (example) | If you want to change the paging size you can take advantage of the "PageSize" option.
|
Read clicks on unsubscription link by recipient
This feature allows to extract either the number of clicks on "Unsubscribe" link or the full list of recipients that clicked on it.
Note |
---|
|
Description | Get recipients whose unsubscription is related to the specified message | ||||||
---|---|---|---|---|---|---|---|
HTTP Method | GET | ||||||
URL | Get the number of clicks on "Unsubscribe" link of the specified message (COUNT)
Get a detailed list of clicks on "Unsubscribe" link of the specified message (LIST, paging is set as default with pageSize=20).
| ||||||
JSON request (example) | none | ||||||
JSON response (example) | COUNT method simply return the number of recipients who clicked on Unsubsribe link (e.g. 103) LIST method returns a paged list (Note: if a recipient clicks three times on "Unsubscribed" links this result contains three items for that recipient) Expand | Code Block | DETAILED LIST method returns a paged list that includes also the message details (subject and notes)
| ||||
Paging and filtering (example) | If you want to change the paging size you can take advantage of the "PageSize" option.
|
Read clicks on unsubscription link by recipient
This feature allows to extract either the number of clicks on "Unsubscribe" link or the full list of recipients that clicked on it.
Note |
---|
|
Description | Get information about clicks on "Unsubscribe" link by the specified recipient | ||||
---|---|---|---|---|---|
HTTP Method | GET | ||||
URL | Get the number of clicks on any "Unsubscribe" link by the specified recipient (COUNT)
Get a detailed list of clicks on "Unsubscribe" link by the specified recipient (LIST, paging is set as default with pageSize=20).
| ||||
JSON request (example) | none | ||||
JSON response (example) | COUNT method simply return the number of recipients who clicked on Unsubsribe link (e.g. 1) LIST method returns a paged list
| ||||
Paging and filtering (example) | If you want to change the paging size you can take advantage of the "PageSize" option.
|