get https://api4.optimove.net/Customers/GetCustomerAttributeChangers
Returns an array of customer IDs, and their before and after attribute values, for customers whose selected attribute changed from the previous day to the current day.
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
- With this request, we support most attributes but not customer characteristics. For further information, don't hesitate to contact support or your CSM.
- ChangedCustomerAttribute can contain only a single attribute per each call.
- For customers who only appeared in the database after the previous period, the InitialCustomerAttribute returned will be null (as in the sample response above).
- This function is processing-intensive and may not return results immediately.
Sample Request
Sample Response
[
{"CustomerID":"91342","InitialCustomerAttribute":null,"FinalCustomerAttribute":"SuperBrand",
"CustomerAttributes":["BuddyZZ","UK"]},
{"CustomerID":"91343","InitialCustomerAttribute":"SuperBrand","FinalCustomerAttribute":"Super Brand, Mega Brand",
"CustomerAttributes":["Pax65","DE"]}
]