Customer One Time Actions By Campaign

Returns a list of customers and the details associated with a particular one-time campaign.

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

  • 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

https://apiX.optimove.net/current/customers/GetCustomerOneTimeActionsByCampaign?CampaignID=242&CustomerAttributes=Alias;Country

Sample Response

[
  {"CustomerID":"8D871","RecipientGroupID":1,"ActionID":19,"ChannelID":504,
   	"CustomerAttributes":["Yo999","UA"]},
  {"CustomerID":"8U76T","RecipientGroupID":1,"ActionID":19,"ChannelID":504,
   	"CustomerAttributes":["Neto2","TR"]}
]
Query Params
int32
required
string
boolean
int32
Defaults to 0

The identifier of a particular campaign execution channel.

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