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.

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

  • 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"]}
]
Query Params
date-time
required
string
boolean
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