Get detailed statistics for a single campaign. Statistics include start and finish times; number of recipients and their preferred format; bounces and opens; links clicked; and others.
Note: This API call can also be found under the requesttype of "Stats".
XML Request Example:
<xmlrequest> element
Field Name | Description |
username | Username used to login to Pinpointe |
usertoken | Unique token assigned to Pinpointe account |
requesttype | Newsletters |
requestmethod | GetNewsletterSummary |
<details> element
Field Name | Description |
statid (Required) | Campaign statistics ID. To find this value, hover over "View" link for that campaign under "Email Campaign Statistics". |
summaryonly | 1, yes or true for summary statistics; 0, no or false for detailed statistics |
resultlimit (required) | Specifies the maximum number of results returned. Currently must enter a value: 0 to n. |
Successful Response:
<response> element
Field Name | Description |
status | Will return SUCCESS if newsletter stats successfully retrieved |
data | See example below |
Sample Response:
Unsuccessful Response:
<response> element
Field Name | Description |
status | Will return FAILED if unsuccessful |
errormessage | Text explaining why request failed |