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.
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 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}
]