get https://api4.optimove.net/Customers/GetCustomerChannelInteractions
Returns the details of a particular customer’s interactions with campaigns sent during a particular date range.
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
- Available ChannelID values can be seen here.
Sample Request
Sample Response
[
{"Date":"2018-08-20","CampaignID":422,"RecipientGroupID":1,"ActionID":26,"ChannelID":7,
"TemplateID":13,"EventID":2},
{"Date":"2018-08-27","CampaignID":428,"RecipientGroupID":1,"ActionID":28,"ChannelID":7,
"TemplateID":54,"EventID":2}
]