Executed Campaign Details

Returns details of every campaign executed on a particular date.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

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
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json