Canceled Campaign Customers

Returns an array of all customer IDs that had been included in a campaign that was canceled, along with their associated action IDs and promo codes.

Note

  • The data for a canceled campaign will be available for two hours after the cancellation notification is sent to an event listener registered to receive notice of canceled campaigns (refer to EventTypeID 4 in RegisterEventListener).

Sample Request

https://apiX.optimove.net/current/customers/GetCanceledCampaignCustomers?CampaignID=6574

Sample Response

[ 
  {"CustomerID":"231342","ActionID":"4","PromoCode":"A7Bonus"},
  {"CustomerID":"463516","ActionID":"4","PromoCode":"A7Bonus"}, 
  {"CustomerID":"463516","ActionID":"4","PromoCode":"A7Bonus",“A9Bonus”}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!