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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

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}
]
Query Params
date-time
required
int32
required

The identifier of a particular campaign execution channel.

int32
required

Valid values for EventID are:

  • 2 = Opened
  • 3 = Clicked
  • 4 = Unsubscribed
  • 5 = Dropped
  • 6 = SpamReport
  • 9 = Bounced
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json