Executed Campaign Details

Returns details of every campaign executed on a particular date.

Log in to see full request history

Notes

  • This function will return details of campaigns scheduled for execution on the specified date, as well as campaigns with a specified lead time that points to the specified date (e.g., a campaign scheduled for execution on 5 June with a lead time of three days will be returned by this function when called by specifying the date of 2 June).
  • This function will not return failed campaigns.

Sample Request

https://apiX.optimove.net/current/actions/GetExecutedCampaignDetails?Date=2018-05-19

Sample Response

[ { "CampaignID":221, "TargetGroupID":15, "CampaignType":"Test/Control", "Duration":7,"LeadTime":3, "Notes":"", "IsMultiChannel":false, "IsRecurrence":false, "Status":"Successful", "Error":null }, { "CampaignID": 117, "TargetGroupID": 156, "CampaignType": "No Control", "Duration": 1, "LeadTime": 0, "Notes": "", "IsMultiChannel": false, "IsRecurrence": true, "Status": "Partially Run", "Error": "" } ]
Query Params
date-time
required
Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json