SOAP API method Account_emailingStatistics
Description
Return the emailings statistics of this account. The parameter can hold the following options: begintime -> start time of the mailings. endtime -> end time of the mailings.
Parameters
Name | Type | Description |
---|---|---|
options | Collection of type 'options' | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
emailingstatistics | Structure of type 'emailingstatistics' |
Structure 'pair'
Name | Type | Description |
---|---|---|
key | string | |
value | string |
Structure 'options'
Name | Type | Description |
---|---|---|
pair | Structure of type 'pair' |
Structure 'login'
Name | Type | Description |
---|---|---|
username | string | The username of the login attempt |
account | string | The account name of the login attempt |
password | string | The password for the login attempt |
Structure 'emailingstatistics'
Name | Type | Description |
---|---|---|
delivered | int | Any email that is not rejected by a server (delivered) |
clickcount | int | All the clicks counted in the mailings. |
impressionCount | int | All the Impressions counted in the mailings. |
errorCount | int | All the errors counted in the mailings. |
abusecount | int | The total number of abuses that were registered |
unsubscribecount | int | The total number of unsubscribes that were registered |
unknownCount | int | All the unknown types counted in the mailings. |
ctr | integer | Get the click trough rate of the statistics |
cto | integer | Get the click to open rate of the statistics |
destinationcount | int | The number of destinations of the mailing. |
firsttimestamp | timestamp | The first timestamp within these statistics. |
lasttimestamp | timestamp | The last timestamp within these statistics |