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.

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

  • 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"]}
]
Query Params
string
required
string
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