get https://api4.optimove.net/Customers/GetCustomerOneTimeActionsByCampaign
Returns a list of customers and the details associated with a particular one-time campaign.
Notes
- By specifying a ChannelID, you can limit the results returned to marketing actions sent via a particular channel. You can see the available ChannelID values here and retrieve the available execution channel IDs and associated channel names using the GetExecutionChannels function.
- One-time actions are those marketing actions initiated on an ad hoc customer list via the Run Action command on various Optimove reports (as opposed to a pre-defined target group).
- The results may optionally include customer IDs of customers in the control group (i.e., those who did not actually receive the campaign) – an ActionID value of 1 indicates a control group member.
Sample Request
Sample Response
[
{"CustomerID":"8D871","RecipientGroupID":1,"ActionID":19,"ChannelID":504,
"CustomerAttributes":["Yo999","UA"]},
{"CustomerID":"8U76T","RecipientGroupID":1,"ActionID":19,"ChannelID":504,
"CustomerAttributes":["Neto2","TR"]}
]