get https://api4.optimove.net/Customers/GetCampaignInteractionCustomers
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
Sample Response
[
{"CustomerID":"231342","CampaignID":1213,"TemplateID":42},
{"CustomerID":"637733","CampaignID":1213,"TemplateID":42}
]