Campaign Interaction Customers

Returns an array of Customer IDs and associated details for each customer who performed a particular interaction (generated a particular event) via a particular channel on a particular date.

Notes

  • This function is available only for channels that include customer-level metrics. This includes all Optimail and Optimobile campaigns (by default) and campaigns that were updated using the UpdateCampaignInteractions function.

Sample Request

https://apiX.optimove.net/current/customers/GetCampaignInteractionCustomers?Date=2018-05-15&ChannelID=15&EventID=2

Sample Response

[
  {"CustomerID":"231342","CampaignID":1213,"TemplateID":42},
  {"CustomerID":"637733","CampaignID":1213,"TemplateID":42}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!