get https://api4.optimove.net/Customers/GetCustomersActivityEventAttributes
Returns an array of all customer IDs that triggered a particular SDK event on a particular date, along with associated details.
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
Sample Response
[{
"CustomerID":"231342",
"Events":
{
"id":1104,
"name":"deposit",
"deposit_status":"Approved",
"amount":100
}
}]