SOAP API method ProcessedEmailing_statistics
Description
The parameter can hold the following options: begintime -> start time of the mailings. endtime -> end time of the mailings.
Parameters
| Name | Type | Description |
|---|---|---|
| id * | int | Unique identifier (id) of the object ProcessedEmailing. The method only applies to the processedemailing with this id. |
| 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 |