SOAP API methode ProcessedEmailingTestGroup_statistics
Beschrijving
The parameter can hold the following options: begintime -> start time of the mailings. endtime -> end time of the mailings.
Parameters
| Naam | Type | Beschrijving | 
|---|---|---|
| id * | int | Unique identifier (id) of the object ProcessedEmailingTestGroup. The method only applies to the processedemailingtestgroup 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 | 
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving | 
|---|---|---|
| emailingstatistics | Structure of type 'emailingstatistics' | 
Structuur 'options'
| Naam | Type | Beschrijving | 
|---|---|---|
| string | 
Structuur 'login'
| Naam | Type | Beschrijving | 
|---|---|---|
| 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 | 
Structuur 'emailingstatistics'
| Naam | Type | Beschrijving | 
|---|---|---|
| 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 |