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": "8aedee1c-27b5-444a-a730-51a4d12eb183", "StandardCampaignSendId": "64018fd8-246b-4376-83c9-e72d423b2a71", "URL": "sample string 3", "TotalClicks": 4, "UniqueClicks": 5, "PercentageClicked": 6.1 }, { "StandardCampaignId": "8aedee1c-27b5-444a-a730-51a4d12eb183", "StandardCampaignSendId": "64018fd8-246b-4376-83c9-e72d423b2a71", "URL": "sample string 3", "TotalClicks": 4, "UniqueClicks": 5, "PercentageClicked": 6.1 } ], "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSendClickActivity":[{"StandardCampaignId":"8aedee1c-27b5-444a-a730-51a4d12eb183","StandardCampaignSendId":"64018fd8-246b-4376-83c9-e72d423b2a71","URL":"sample string 3","TotalClicks":4,"UniqueClicks":5,"PercentageClicked":6.1},{"StandardCampaignId":"8aedee1c-27b5-444a-a730-51a4d12eb183","StandardCampaignSendId":"64018fd8-246b-4376-83c9-e72d423b2a71","URL":"sample string 3","TotalClicks":4,"UniqueClicks":5,"PercentageClicked":6.1}],"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});