Customer Attribute Changers

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.

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

https://apiX.optimove.net/current/customers/GetCustomerAttributeChangers?ChangedCustomerAttribute=OptimailUnsubscribed&CustomerAttributes=Alias;Country

Sample Response

[
    {"CustomerID":"91342","InitialCustomerAttribute":null,"FinalCustomerAttribute":"SuperBrand",
     	"CustomerAttributes":["BuddyZZ","UK"]},
    {"CustomerID":"91343","InitialCustomerAttribute":"SuperBrand","FinalCustomerAttribute":"Super Brand, Mega Brand",
     	"CustomerAttributes":["Pax65","DE"]}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!