Customer One Time Actions By Date

Returns a list of customers and the details of the marketing actions they received as part of one-time campaigns executed on a particular date.

Notes

  • 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.
  • ChannelID is optional. You can see the available ChannelID values here and retrieve the available execution channel IDs and associated channel names using the GetExecutionChannels function.

Sample Request

https://apiX.optimove.net/current/customers/GetCustomerOneTimeActionsByDate?Date=2018-05-24&CustomerAttributes=Alias;Country

Sample Response

[
	{"CustomerID":"8D871","ActionID":19,"ChannelID":504,"CustomerAttributes":["Yo999","UA"]},
	{"CustomerID":"8U76T","ActionID":19,"ChannelID":504,"CustomerAttributes":["Neto2","TR"]}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!