Allows user to retrieve the the total and unique link count per link as presented in the Link Statistics report under Reports -> Email Campaign Statistics.
JSON Request Example:
/** * Stats::GetCampaignLinkStats */ { "username": "bob", "usertoken": "123", "requesttype": "Stats", "requestmethod": "GetCampaignLinkStats", "details": { "statid": "71481" /* required */ } }
"json_request" element
Field Name | Description |
username | Username used to login to Pinpointe |
usertoken | Unique token assigned to Pinpointe account |
requesttype | Stats |
requestmethod | GetCampaignLinkStats |
"details" element
Field Name | Description |
statid | Stat id of campaign |
Successful Response:
"response" element
Field Name | Description |
status | Will return SUCCESS if user was successfully added |
"response" "data" "item" element
Field Name | Description |
name | Newsletter name |
url | URL of respective link |
title | The link text or call-to-action element |
clickscount | The current total clicks count for that link |
uniqueclickscount | The current unique clicks count for that link |
Unsuccessful Response:
"response" element
Field Name | Description |
status | Will return FAILED if unsuccessful |
errormessage | Text explaining why request failed |