| Name | Description | Type | Additional Info |
|---|---|---|---|
| standardCampaignId | The ID of the standard campaign. | globally unique identifier | Required |
| standardCampaignSendId | The ID of the standard campaign send. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| StandardCampaignSendClickActivity | The list of standard campaign send click activity records. | Collection of StandardCampaignSendClickActivityV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"StandardCampaignSendClickActivity": [
{
"StandardCampaignId": "12866934-ab00-44e4-8526-313a6d99b4bf",
"StandardCampaignSendId": "baf47927-1b0f-475b-a447-411552a78963",
"URL": "sample string 3",
"TotalClicks": 4,
"UniqueClicks": 5,
"PercentageClicked": 6.1
},
{
"StandardCampaignId": "12866934-ab00-44e4-8526-313a6d99b4bf",
"StandardCampaignSendId": "baf47927-1b0f-475b-a447-411552a78963",
"URL": "sample string 3",
"TotalClicks": 4,
"UniqueClicks": 5,
"PercentageClicked": 6.1
}
],
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSendClickActivity":[{"StandardCampaignId":"12866934-ab00-44e4-8526-313a6d99b4bf","StandardCampaignSendId":"baf47927-1b0f-475b-a447-411552a78963","URL":"sample string 3","TotalClicks":4,"UniqueClicks":5,"PercentageClicked":6.1},{"StandardCampaignId":"12866934-ab00-44e4-8526-313a6d99b4bf","StandardCampaignSendId":"baf47927-1b0f-475b-a447-411552a78963","URL":"sample string 3","TotalClicks":4,"UniqueClicks":5,"PercentageClicked":6.1}],"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});