Customers Activity Event Attributes

Returns an array of all customer IDs that triggered a particular SDK event on a particular date, along with associated details.

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 only relevant for Optimove clients using the Track & Trigger add-on product.
  • The date refers to the date of actual customer data and must thus always be earlier than the current date.
  • If the optional EventParamIDs are not specified, all event parameters are returned.
  • When specified, EventParamIDs must contain one or more valid parameter IDs separated by semicolons (;). Valid values are those returned by calling GetActivityEventList. The values are returned in the same order as the attribute names specified in the request.
  • The event parameter values returned are the latest available values for the specified date (relevant when the same event occurred more than once on the same date).

Sample Request

https://apiX.optimove.net/current/customers/GetCustomersActivityEventAttributes?Date=2018-11-03&EventID=1104&EventParamIDs=1;2

Sample Response

[{
  "CustomerID":"231342",
  "Events":
  {
    "id":1104,
    "name":"deposit",
    "deposit_status":"Approved",
    "amount":100
  }
}]
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!